make flash a common element

This commit is contained in:
Shish 2012-06-10 17:46:47 +01:00
parent 239e028662
commit b0c46b63ca

View File

@ -18,3 +18,12 @@ TABLE.form TD + TH {padding-left: 8px;}
IMG {border: none;}
FORM {margin: 0px;}
IMG.lazy {display: none;}
#flash {
background: #FF7;
display: block;
padding: 8px;
margin: 8px;
border: 1px solid #882;
}