Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / dom / work / base.css
1 /* recover from old-browser styling */
3 *.oldbl {display: block !important;}
4 *.oldin {display: inline !important;}
5 *.ahem {display: none !important;}
6 img.pic {display: block !important;}
8 /* NS6.x-specific fix(es) */
10 /*|*:-moz-list-bullet, *|*:-moz-list-number {font-size: 1em;}/
12 /* misc */
14 .skipper {display: none !important;}
16 * {font-size: 100%;}
17 h1 {font-size: 2em;}
18 h2 {font-size: 1.5em;}
19 h3 {font-size: 1.33em;}
20 h4 {font-size: 1.1em;}
21 h5 {font-size: 0.9em;}
22 h6 {font-size: 0.75em;}
23 pre, code, tt {font: 95% "Andale Mono", Courier, "Courier New", monospace;}
25 img.pic {float: right; margin: 0.25em 0 0.66em 1.5em;}
26 img.border {border: 3px double;}
28 p.contact {margin: 0 1em !important; text-align: right; font-size: 90%;}
30 #main {min-height: 30em;}
31 #header h1 a, #nav a {text-decoration: none;}
32 #nav {padding-top: 0.75em;}