Team:HSAAHNU Anhui/normalize.css
From 2014hs.igem.org
(Difference between revisions)
(prototype) |
|||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | # | + | #metadata { |
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | list-style-type: none; | ||
} | } |
Latest revision as of 15:12, 15 June 2014
- metadata {
display: none;
}
ul { padding: 0; }
li { list-style-type: none; }