style: sync base CSS with wcs

This commit is contained in:
Frédéric Péters 2014-01-21 14:00:56 +01:00
parent d85d396784
commit dc86c02122
1 changed files with 3 additions and 5 deletions

View File

@ -96,7 +96,7 @@ div#main-content {
div#footer {
clear: both;
background: white url(background_footer.png) no-repeat top left;
background: white;
padding: 0px;
width: 1000px;
margin: 10px auto 0 auto;
@ -330,11 +330,9 @@ span.helptext {
}
body.narrow-page div.right {
padding-top: 2em;
width: 30%;
float: right;
margin: 1ex auto;
margin-top: 10em;
}
body.narrow-page div.right form {
@ -876,8 +874,10 @@ h1#logo img {
}
h1#logo img:hover {
/*
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
*/
}
@ -937,5 +937,3 @@ div.block {
-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
}