Commit 5d85a7ac authored by Leo Iannacone's avatar Leo Iannacone

Better Announcment style

parent fffb8610
...@@ -199,20 +199,6 @@ blockquote blockquote { ...@@ -199,20 +199,6 @@ blockquote blockquote {
#wrapper, #announcement { #wrapper, #announcement {
} }
#announcement {
padding: 0 5px;
text-align: center;
margin: 5px 20px;
height: 35px;
font-size: 17px;
background: #D7D7D7;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px;
line-height: 2;
color: black;
}
.container { .container {
background: transparent; background: transparent;
margin: 0 auto; margin: 0 auto;
...@@ -1503,7 +1489,7 @@ padding: 6px; ...@@ -1503,7 +1489,7 @@ padding: 6px;
margin-right: 4px; margin-right: 4px;
} }
.message, .notify { .message, .notify, #announcement {
background: none repeat scroll 0 0 #F7F7F7; background: none repeat scroll 0 0 #F7F7F7;
border: 1px solid #F0F0F0; border: 1px solid #F0F0F0;
padding: 10px 10px 12px; padding: 10px 10px 12px;
...@@ -1514,7 +1500,13 @@ padding: 6px; ...@@ -1514,7 +1500,13 @@ padding: 6px;
position: relative; position: relative;
} }
.message p, .notify p { #announcement {
background: #F0F0F0;
border-color: #e7e7e7;
text-align: center;
}
.message p, .notify p, #announcement p {
margin-bottom: 0; margin-bottom: 0;
font-size: 16px; font-size: 16px;
line-height: 22px; line-height: 22px;
......
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 to comment