Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-09-13 22:39:24


Author: grafik
Date: 2007-09-13 22:39:24 EDT (Thu, 13 Sep 2007)
New Revision: 39257
URL: http://svn.boost.org/trac/boost/changeset/39257

Log:
Minor spacing adjustments to cleanup spacing around headings. Use the more pleasing circle for lists. And make the max width on the front page smaller per Dave's request.
Text files modified:
   website/public_html/beta/style/css_0/content.css | 22 +++++++++++++++-------
   website/public_html/beta/style/css_0/section-welcome.css | 5 ++++-
   2 files changed, 19 insertions(+), 8 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-09-13 22:39:24 EDT (Thu, 13 Sep 2007)
@@ -34,7 +34,6 @@
 }
 /* */
 #content .section h2 {
- margin: 0em 0em 0.5em 0em;
   font-weight: bold;
   font-size: 120%;
 }
@@ -45,11 +44,19 @@
 #content .section h5,
 #content .section h6
 {
- margin-right: 1.5em;
   font-style: italic;
   font-variant: normal;
   font-size: 100%;
- /* float: left; */
+}
+#content .section h2,
+#content .section h3,
+#content .section h4,
+#content .section h5,
+#content .section h6
+{
+ margin: 0em 0em 0.5em 0em;
+ padding: 0.5em 0em 0em 0em;
+ /* color: #005080; */
 }
 #content .section h1,
 #content .section h2,
@@ -62,7 +69,8 @@
 }
 /* */
 #content .section p {
- margin: 0em 0em 1.5em 0em;
+ margin: 0.5em 0em 1em 0em;
+ /* margin: 0em 0em 1.5em 0em; */
 }
 /* Standard text markups. Mostly defaults. */
 /* #content .section em { } */
@@ -218,7 +226,7 @@
 #content .section ul li {
   margin: 0em 0em 0em 1.25em;
   padding: 0em 0em 0em 0em;
- list-style: square;
+ list-style: circle;
   text-indent: 0em;
 }
 /* Table of contents lists... */
@@ -296,7 +304,7 @@
 #content .section ul.history li ul li {
   margin: 0em 0em 0em 1em;
   padding: 0em;
- list-style-type: square;
+ list-style-type: circle;
   text-indent: 0em;
 }
 /* Catalog style lists, the first level doesn't get bullets... */
@@ -368,7 +376,7 @@
   display: list-item;
   padding: 0em 0em 0em 0em;
   text-indent: 0em;
- list-style-type: square;
+ list-style-type: circle;
 }
 #content .section ul.directory li ul li {
   width: auto !important;

Modified: website/public_html/beta/style/css_0/section-welcome.css
==============================================================================
--- website/public_html/beta/style/css_0/section-welcome.css (original)
+++ website/public_html/beta/style/css_0/section-welcome.css 2007-09-13 22:39:24 EDT (Thu, 13 Sep 2007)
@@ -19,10 +19,13 @@
 }
 #welcome {
   min-width: 22em !important;
- max-width: 50em !important;
+ max-width: 40em !important;
   margin-bottom: 1.5em !important;
   padding-right: 1.25em !important;
 }
+#welcome h2 {
+ padding-top: 0em !important;
+}
 .directory > #welcome {
   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