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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user