DNZheadings.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "h1{ display:none; }") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
h1{ | h1{ | ||
display:none; | display:none; | ||
} | |||
.pdfLink { | |||
text-align:center; | |||
padding:4px; | |||
margin-left:10px; | |||
-moz-border-radius: 8px; | |||
border-radius: 8px; | |||
font-size: 10px; | |||
border:4px solid #b50200; | |||
} | } |
Latest revision as of 13:44, 3 May 2013
h1{ display:none; } .pdfLink { text-align:center; padding:4px; margin-left:10px; -moz-border-radius: 8px; border-radius: 8px; font-size: 10px; border:4px solid #b50200; }