mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
29 lines
522 B
CSS
29 lines
522 B
CSS
|
/* 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;
|
||
|
}
|