Settings template updated

This commit is contained in:
magnolia-fan
2011-09-14 22:39:44 +04:00
parent 567e2d90c6
commit 442995dbc9
4 changed files with 31 additions and 5 deletions
+11
View File
@@ -8,4 +8,15 @@
.lastfm {
display: none;
}
.borderless {
border: none !important;
background: transparent !important;
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
margin-top: 2px !important;
}
}