diff options
Diffstat (limited to 'view/theme/darkzero')
-rw-r--r-- | view/theme/darkzero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index b85a9aada..454c578b0 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -17,7 +17,7 @@ aside{ background-image: url(border.jpg); padding-bottom: 0px; } section { background-color: #333333; background-image: url(border.jpg); } -#profile-tabs-wrapper { background-image: url(head.jpg); } +.tabs { background-image: url(head.jpg); } div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } nav #banner #logo-text a { color: #ffffff; } |