diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme/tweaks.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/tweaks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 4bd9d2099f..ba82551f85 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -36,6 +36,6 @@ dd label input { vertical-align: text-bottom\9; } background-image: url("./images/bg_list.gif"); } -#tabs .tab > a { +.tabs .tab > a { border-radius: 0; } |