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 10524816bb
commit e0bf84cb15
2 changed files with 9 additions and 10 deletions

View File

@@ -13,8 +13,7 @@
}
.uls-language-block ul {
margin: 0px;
margin-bottom: 1.6em;
margin: 0px 0px 1.6em;
}
.uls-language-list ul li {
font-weight: normal;