|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-11-28 17:24:45
Author: grafik
Date: 2007-11-28 17:24:44 EST (Wed, 28 Nov 2007)
New Revision: 41445
URL: http://svn.boost.org/trac/boost/changeset/41445
Log:
Fix the incorrect list style creeping into sublists of different types.
Text files modified:
website/public_html/beta/style/css_0/content.css | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
Modified: website/public_html/beta/style/css_0/content.css
==============================================================================
--- website/public_html/beta/style/css_0/content.css (original)
+++ website/public_html/beta/style/css_0/content.css 2007-11-28 17:24:44 EST (Wed, 28 Nov 2007)
@@ -218,6 +218,7 @@
#content .section ul {
margin: 0em 0em 1.5em 0em;
padding: 0em;
+ list-style: circle;
}
#content .section ul ul {
margin: 0em 0em 0.25em 0em;
@@ -226,7 +227,6 @@
#content .section ul li {
margin: 0em 0em 0em 1.25em;
padding: 0em 0em 0em 0em;
- list-style: circle;
text-indent: 0em;
}
/* Table of contents lists... */
@@ -239,8 +239,8 @@
{
margin: 0em;
padding: 0em;
- list-style-type: none;
text-indent: 0em;
+ list-style-type: none;
}
#content .section ul.toc li ul {
margin: 0em;
@@ -267,13 +267,13 @@
margin: 1em;
padding: 0.5em;
border: 1px solid #CCCCCC;
+ list-style-type: none;
}
#content .section ul.menu li
{
display: inline;
margin: 0em;
/* padding: 0em; */
- list-style-type: none;
border-right: 1px solid #CCCCCC;
padding-right: 0.25em;
}
@@ -289,22 +289,22 @@
#content .section ul.history {
margin: 0em 0em 1.5em 0em;
padding: 0em 0em 0em 2em;
+ list-style-type: none;
}
#content .section ul.history li {
margin: 0em 0em 0.75em 0em;
text-indent: -1.75em;
padding: 0em;
- list-style-type: none;
background: none;
}
#content .section ul.history li ul {
margin: 0em 0em 0em 0em;
padding: 0em;
+ list-style-type: circle;
}
#content .section ul.history li ul li {
margin: 0em 0em 0em 1em;
padding: 0em;
- list-style-type: circle;
text-indent: 0em;
}
/* Catalog style lists, the first level doesn't get bullets... */
@@ -352,6 +352,7 @@
{
padding: 0em;
margin: 0em 0em 1.5em 0em;
+ list-style-type: none;
}
#content .section ul.directory li,
#content .section .directory .directory-item
@@ -362,7 +363,6 @@
margin: 0em;
padding: 0em;
text-indent: 0em;
- list-style-type: none;
}
#content .section ul.directory li * {
/* float: none !important; */
@@ -370,13 +370,13 @@
#content .section ul.directory li ul {
margin: 0em 0em 0.25em 0em;
padding: 0em;
+ list-style-type: circle;
}
#content .section ul.directory li ul li {
float: none !important;
display: list-item;
padding: 0em 0em 0em 0em;
text-indent: 0em;
- list-style-type: circle;
}
#content .section ul.directory li ul li {
width: auto !important;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk