Răsfoiți Sursa

Add styling for tables in section bodies.

[SVN r30634]
Rene Rivera 20 ani în urmă
părinte
comite
417e3cb962
2 a modificat fișierele cu 40 adăugiri și 13 ștergeri
  1. 27 0
      more/css_0/common.css
  2. 13 13
      more/version_history.html

+ 27 - 0
more/css_0/common.css

@@ -197,6 +197,33 @@ a:hover {
 }
 .section-body .note .note-body {
 }
+.section-body table {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+  border-spacing: 0.5em;
+  border: none;
+}
+.section-body table caption {
+  margin-left: auto;
+  margin-right: auto;
+  border-bottom: 1pt solid #000000;
+  padding: 0em 0em 0.2em 0em;
+}
+.section-body table tr th {
+  border: none;
+  border-bottom: 1pt solid #000000;
+  text-align: left;
+  vertical-align: bottom;
+  font-weight: bold;
+  padding: 0em 0em 0.2em 0em;
+}
+.section-body table tr td {
+  border: none;
+  text-align: left;
+  vertical-align: top;
+  padding: 0em 0em 0.2em 0em;
+}
 /* Section headings, all use the same stream op indicator style. */
 #content h1, #content h2 {
   padding-left: 24px;

+ 13 - 13
more/version_history.html

@@ -269,16 +269,16 @@
 
                     <p><img src=
                     "http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg"
-                    width="128" height="250" alt=
-                    "cartoon portrait of Aleksey" class=
-                    "left-inset" /><a href=
-                    "../people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a>
-                    managed this release. <a href=
-                    "release_procedures.htm">Managing a release</a> at all is
-                    an enormous job, and Aleksey always goes beyond merely
-                    meeting requirements by insisting on the highest possible
-                    quality. The Boost membership owes him a debt of
-                    gratitude.</p>
+                         width="128" height="250" alt=
+                         "cartoon portrait of Aleksey" class=
+                         "left-inset" /><a href=
+                         "../people/aleksey_gurtovoy.htm">Aleksey
+                         Gurtovoy</a> managed this release. <a href=
+                         "release_procedures.htm">Managing a release</a> at
+                         all is an enormous job, and Aleksey always goes
+                         beyond merely meeting requirements by insisting on
+                         the highest possible quality. The Boost membership
+                         owes him a debt of gratitude.</p>
 
                     <p>This release wouldn't have been possible without the
                     dedicated effort of many, many members of the Boost
@@ -1885,13 +1885,13 @@
                     </table>
                   </div>
                   <!-- For new entries, add a 'div' of class 'history_item' and id of the appropriate version. -->
+
+                  <p>...And the remainder are lost to the mists of time (for
+                  now, anyway)....</p>
                 </div>
               </div>
             </div>
           </div>
-
-          <p>...And the remainder are lost to the mists of time (for now,
-          anyway)....</p>
         </div>
 
         <div id="footer">

粤ICP备19079148号