Fix some issues pointed out by IDE.

* Update .gitignore to ignore .idea.
* Removed unused local variables.
* use local context and Message class instead of deprecated wfMsg* methods.
* Remove redundant px in CSS where possible.
* Combine CSS statements where possible.
* Replace b by strong.

Change-Id: I9d5ed7b7ce585a1c101044254bcbdfc33d42afc1
This commit is contained in:
Siebrand Mazeland
2012-08-15 17:32:49 +02:00
parent dbcdd63e69
commit 72d2519c4d
8 changed files with 16 additions and 21 deletions

View File

@@ -24,7 +24,7 @@
font-size: 16pt;
line-height: 1.5em;
padding-left: 6px;
margin-top: 0px;
margin-top: 0;
margin-bottom: 15px;
border-bottom: none;
color: #777;
@@ -33,8 +33,8 @@
.uls-menu h3 {
font-size: 14pt;
line-height: 1.5em;
padding-left: 0px;
margin-top: 0px;
padding-left: 0;
margin-top: 0;
margin-bottom: 10px;
border-bottom: none;
}

View File

@@ -5,12 +5,10 @@ div#settings-block {
div#display-settings-block {
/* @embed */
background: url('../images/display.png');
background-repeat: no-repeat;
background: #F6F6F6 url('../images/display.png') no-repeat;
background-size: 20px auto;
padding-left: 25px;
cursor: pointer;
background-color: #F6F6F6;
}
.settings-title {