diff options
Diffstat (limited to 'themes/greysme/templates/default.css')
-rw-r--r-- | themes/greysme/templates/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index 3e01a519..e6354e70 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -468,7 +468,7 @@ input[type=checkbox] { border:0;background:none; } .box a:hover, .info-box a:hover { /*background-color: #8b3e38;*/ color: #e9ad51;}
.box-inside {
- background: url(../images/right.gif) top right repeat-y;
+/* background: url(../images/right.gif) top right repeat-y; */
}
.box-content {
padding:12px 12px;
|