remove alert from index.styl (now in ui)

This commit is contained in:
Tyler Renelle 2012-06-26 08:26:05 -04:00
parent 7bb2a182d2
commit f156d2a7b7

View file

@ -26,32 +26,6 @@ a {
/* Page styles */
#overlay {
width: 100%;
position: absolute;
text-align: center;
}
#alert {
position: absolute;
text-align: center;
top: 0;
left: 0;
width: 100%;
height: 0;
z-index: 99;
}
#alert > p {
display: inline-block;
padding: 0 12px;
line-height: 21px;
border: 1px solid #a69c6d;
border-top: 0;
border-bottom-color: #8c845c;
border-radius: 0 0 3px 3px;
background: #fff1a8;
box-shadow: inset 0 1px #fff7cf, 0 1px rgba(0,0,0,.1);
}
h1 {
font: 26px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;