Skip to content
Snippets Groups Projects
Commit 24a1ac78 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

update utility.css

parent 2204dca9
No related branches found
No related tags found
No related merge requests found
body { body {
background : #f9fbff; background : #f5f5f5;
color : black; color : black;
padding : 0px; padding : 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
...@@ -19,8 +19,6 @@ div.content { ...@@ -19,8 +19,6 @@ div.content {
background : white; background : white;
border : 1px solid #ccc; border : 1px solid #ccc;
padding : 10px; padding : 10px;
border-radius : 4px;
box-shadow : inset 0 0 3px rgba(0,0,0,0.1);
} }
p.warning { p.warning {
...@@ -41,9 +39,7 @@ div.insensitive-small { ...@@ -41,9 +39,7 @@ div.insensitive-small {
} }
.floatingLogo { .floatingLogo {
float : right; display : none;
position : relative;
top : -10px;
} }
a { a {
...@@ -62,7 +58,6 @@ div.notice, div.warning, div.error { ...@@ -62,7 +58,6 @@ div.notice, div.warning, div.error {
font-size : 12px; font-size : 12px;
border-style : solid; border-style : solid;
border-color : #ccc; border-color : #ccc;
border-radius : 4px;
border-width : 1px; border-width : 1px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment