update css

This commit is contained in:
tanabe 2011-05-18 23:18:07 +09:00
parent 74d27e0e29
commit 6f75c7a376

View File

@ -26,6 +26,7 @@ a:active {
} }
h1#header { h1#header {
position: relative;
height: 50px; height: 50px;
color: #fff; color: #fff;
padding: 5px; padding: 5px;
@ -34,6 +35,9 @@ h1#header {
background-color: #302C29; background-color: #302C29;
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-weight: bold;
-moz-box-shadow: 0 1px 4px #000;
-webkit-box-shadow: 0 1px 4px #000;
box-shadow: 0 1px 4px #000;
} }
@ -43,7 +47,8 @@ h1#header {
margin: 0 auto; margin: 0 auto;
background-color: #fff; background-color: #fff;
overflow: hidden; overflow: hidden;
min-height: 500px; min-height: 100%;
height: 100% !important;
} }
@ -54,6 +59,7 @@ h1#header {
.section h2 { .section h2 {
color: #466964; color: #466964;
font-weight: bold; font-weight: bold;
font-size: 1.5em;
} }
#leftColumn { #leftColumn {
@ -137,6 +143,10 @@ textarea#markdown {
color: #fff; color: #fff;
line-height: 50px; line-height: 50px;
text-align: center; text-align: center;
-moz-box-shadow: 0 -1px 4px #000;
-webkit-box-shadow: 0 -1px 4px #000;
box-shadow: 0 -1px 4px #000;
} }
#footer a { #footer a {