Commit 4f675047 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

import from merge proposal 116155, fix #1027577
Thanks to Riccardo Padovani
parents 9730a2ad 15fdab0f
...@@ -192,7 +192,7 @@ blockquote blockquote { ...@@ -192,7 +192,7 @@ blockquote blockquote {
#wrapper, #announcement { #wrapper, #announcement {
margin: auto; margin: auto;
min-width: 985px; min-width: 985px;
margin: 0 20px; margin: 10px 20px;
} }
#announcement { #announcement {
...@@ -802,6 +802,8 @@ a.medal:hover { ...@@ -802,6 +802,8 @@ a.medal:hover {
background: none repeat scroll 0 0 #FFFFFF; background: none repeat scroll 0 0 #FFFFFF;
color: #DD4818; color: #DD4818;
border-radius: 3px; border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
} }
.tabsA a:hover { .tabsA a:hover {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment