summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-28 15:31:13 +0400
committerAndrew Dolgov <[email protected]>2014-01-28 15:31:13 +0400
commit24a1ac78a79e522cbeddd6d55cd389ff2eb642cb (patch)
treedcdbe889132245ba45e084967f9cdc0a844f32bf /css
parent2204dca90b86685b7611a83fc4b189686349b6ce (diff)
update utility.css
Diffstat (limited to 'css')
-rw-r--r--css/utility.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/css/utility.css b/css/utility.css
index 587061bcc..b110c08b8 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -1,5 +1,5 @@
body {
- background : #f9fbff;
+ background : #f5f5f5;
color : black;
padding : 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -19,8 +19,6 @@ div.content {
background : white;
border : 1px solid #ccc;
padding : 10px;
- border-radius : 4px;
- box-shadow : inset 0 0 3px rgba(0,0,0,0.1);
}
p.warning {
@@ -41,9 +39,7 @@ div.insensitive-small {
}
.floatingLogo {
- float : right;
- position : relative;
- top : -10px;
+ display : none;
}
a {
@@ -62,7 +58,6 @@ div.notice, div.warning, div.error {
font-size : 12px;
border-style : solid;
border-color : #ccc;
- border-radius : 4px;
border-width : 1px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}