Team:USTC-Software/notes
From 2012.igem.org
(Difference between revisions)
Line 48: | Line 48: | ||
/* the begin of notes styles css*/ | /* the begin of notes styles css*/ | ||
#wrap_of_note{ | #wrap_of_note{ | ||
- | + | position:relative; | |
- | margin: | + | margin: 40px auto 0; |
margin-bottom:30px; | margin-bottom:30px; | ||
width: 980px; | width: 980px; | ||
height:730px; | height:730px; | ||
padding-top:20px; | padding-top:20px; | ||
- | background:# | + | background:#202020; |
/*border:green 1px solid;*/ | /*border:green 1px solid;*/ | ||
} | } | ||
Line 69: | Line 69: | ||
color:#737373; | color:#737373; | ||
color:black; | color:black; | ||
- | border:green 1px solid; | + | /*border:green 1px solid;*/ |
} | } | ||
.notes { | .notes { | ||
- | margin: | + | margin: 45px auto 0; |
width: 860px; | width: 860px; | ||
} | } |
Latest revision as of 12:12, 9 August 2012
TOP