mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 07:49:38 +03:00
[project @ 2004-04-12 21:12:50 by bursa]
Add margins for a few elements. svn path=/import/netsurf/; revision=765
This commit is contained in:
parent
9056089245
commit
897ecd8e1b
@ -19,12 +19,12 @@ td, th { display: table-cell }
|
|||||||
caption { display: table-caption }
|
caption { display: table-caption }
|
||||||
img { color: #888; }
|
img { color: #888; }
|
||||||
|
|
||||||
h1 { font-size: xx-large; font-weight: bold; }
|
h1 { font-size: xx-large; font-weight: bold; margin: 0.58em 0; }
|
||||||
h2 { font-size: x-large; }
|
h2 { font-size: x-large; margin: 0.69em 0; }
|
||||||
h3 { font-size: large; font-weight: bold; }
|
h3 { font-size: large; font-weight: bold; margin: 0.83em 0; }
|
||||||
h4 { font-size: medium; font-weight: bold; }
|
h4 { font-size: medium; font-weight: bold; margin: 1em 0; }
|
||||||
h5 { font-size: medium; font-style: italic; }
|
h5 { font-size: medium; font-style: italic; margin: 1em 0; }
|
||||||
h6 { font-size: medium; font-style: italic; }
|
h6 { font-size: medium; font-style: italic; margin: 1em 0; }
|
||||||
b, strong { font-weight: bold; }
|
b, strong { font-weight: bold; }
|
||||||
i, cite, dfn, em, var, address { font-style: italic; }
|
i, cite, dfn, em, var, address { font-style: italic; }
|
||||||
u { text-decoration: underline; }
|
u { text-decoration: underline; }
|
||||||
@ -35,12 +35,14 @@ a:link { color: #00f; text-decoration: underline; }
|
|||||||
th { font-weight: bold; }
|
th { font-weight: bold; }
|
||||||
td { text-align: left; }
|
td { text-align: left; }
|
||||||
|
|
||||||
|
body { margin: 5px; }
|
||||||
p { margin-top: 1em; margin-bottom: 1em; }
|
p { margin-top: 1em; margin-bottom: 1em; }
|
||||||
|
|
||||||
/* kludge until this gets implemented */
|
/* kludge until this gets implemented */
|
||||||
dl, ul, ol { padding-left: 0.5em; }
|
dl, ul, ol { padding-left: 0.5em; }
|
||||||
li, dd { padding-left: 1em; margin-bottom: 0.3em; }
|
li, dd { padding-left: 1em; margin-bottom: 0.3em; }
|
||||||
|
|
||||||
|
blockquote { margin: 1em; }
|
||||||
hr { background-color: #000; height: 1px; }
|
hr { background-color: #000; height: 1px; }
|
||||||
|
|
||||||
center { text-align: center; }
|
center { text-align: center; }
|
||||||
|
Loading…
Reference in New Issue
Block a user