753b6eaa by Jeff Balicki

dd

1 parent fea56d35
...@@ -283,7 +283,6 @@ label { ...@@ -283,7 +283,6 @@ label {
283 text-transform: uppercase; 283 text-transform: uppercase;
284 background-color: transparent; 284 background-color: transparent;
285 margin-left: 50px !important; 285 margin-left: 50px !important;
286
287 text-decoration: underline; 286 text-decoration: underline;
288 } 287 }
289 288
...@@ -296,7 +295,6 @@ label { ...@@ -296,7 +295,6 @@ label {
296 width: 100%; 295 width: 100%;
297 min-height: 250px; 296 min-height: 250px;
298 display: block; 297 display: block;
299
300 -moz-border-radius: 0px; 298 -moz-border-radius: 0px;
301 -khtml-border-radius: 0; 299 -khtml-border-radius: 0;
302 -webkit-border-radius: 0; 300 -webkit-border-radius: 0;
...@@ -336,8 +334,12 @@ label { ...@@ -336,8 +334,12 @@ label {
336 334
337 #login { 335 #login {
338 margin-left: -30%; 336 margin-left: -30%;
339 background: url(../images/logo-white-5.png) 120px 10px no-repeat !important; 337 background: url(../images/logo-white-5.png) 120px 20px no-repeat !important;
338 background-size: 100px 55px !important;
339 }
340 340
341 .login #nav {
342 margin-left: 19%;
341 } 343 }
342 344
343 .login #backtoblog a, 345 .login #backtoblog a,
......