File: xhtml11-quirks.css

package info (click to toggle)
elinks 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 17,808 kB
  • sloc: ansic: 104,839; sh: 5,343; python: 3,917; perl: 2,175; pascal: 1,562; makefile: 974; javascript: 368; yacc: 295; lisp: 125; ruby: 70; awk: 65
file content (28 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Workarounds for IE6's broken and incomplete CSS2. */

div.sidebar-content {
  background: #ffffee;
  border: 1px solid silver;
  padding: 0.5em;
}
div.sidebar-title, div.image-title {
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 0.0em;
  margin-bottom: 0.5em;
}

div.listingblock div.content {
  border: 1px solid silver;
  background: #f4f4f4;
  padding: 0.5em;
}

div.quoteblock-content {
  padding-left: 2.0em;
}

div.exampleblock-content {
  border-left: 2px solid silver;
  padding-left: 0.5em;
}