Commit 05fcc028 by Dányi Bence

webui: reindent css

parent d41a307d
#header #header {
{
height:80px; height:80px;
background-color:#072c61; background-color:#072c61;
background-image:url(bme_feher2.png); background-image:url(bme_feher2.png);
...@@ -9,20 +8,19 @@ ...@@ -9,20 +8,19 @@
box-shadow:0 0 30px rgba(0,0,0,0.4); box-shadow:0 0 30px rgba(0,0,0,0.4);
margin:0; margin:0;
padding:0 0 0 200px; padding:0 0 0 200px;
h1 h1 {
{
font-size:2em; font-size:2em;
line-height:80px; line-height:80px;
float:left; float:left;
margin:0; margin:0;
padding:0 1em; padding:0 1em;
a{ a {
color: #fff; color: #fff;
text-decoration: none;
} }
} }
} }
#loginblock #loginblock {
{
position:absolute; position:absolute;
right:0; right:0;
top:0; top:0;
...@@ -34,10 +32,10 @@ ...@@ -34,10 +32,10 @@
font-weight:700; font-weight:700;
margin:0; margin:0;
padding:7px; padding:7px;
a{ a {
color: #fff; color: #fff;
text-decoration: underline; text-decoration: underline;
&:hover{ &:hover {
color: #aaa; color: #aaa;
} }
} }
......
...@@ -3,18 +3,15 @@ ...@@ -3,18 +3,15 @@
@import "box"; @import "box";
@import "wizard"; @import "wizard";
*{ * {
margin:0;padding:0; margin:0;padding:0;
} }
.clear{ .clear {
clear: both; clear: both;
} }
a{ abbr {
text-decoration: none;
}
abbr{
border-bottom: 1px dotted #666; border-bottom: 1px dotted #666;
} }
a:link,a:visited{ a:link,a:visited {
color:black; color:black;
} }
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 sign in to comment