|
Boost-Commit : |
From: matias_at_[hidden]
Date: 2007-06-25 23:51:27
Author: matias
Date: 2007-06-25 23:51:26 EDT (Mon, 25 Jun 2007)
New Revision: 7161
URL: http://svn.boost.org/trac/boost/changeset/7161
Log:
testing tables
Text files modified:
website/public_html/beta/style/trac-boost1.css | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
Modified: website/public_html/beta/style/trac-boost1.css
==============================================================================
--- website/public_html/beta/style/trac-boost1.css (original)
+++ website/public_html/beta/style/trac-boost1.css 2007-06-25 23:51:26 EDT (Mon, 25 Jun 2007)
@@ -8,14 +8,14 @@
-----------------------------------------------------------------------------*/
- table.wiki
+ .wikipage table
{
width: 92%;
margin-left: 4%;
margin-right: 4%;
}
- table.wiki tr th
+ .wikipage table tr th
{
margin: 2px;
margin-bottom: 8px;
@@ -26,7 +26,7 @@
border: 1px solid #ECECEC;
}
- table.wiki tr th p
+ .wikipage table tr th p
{
font-size: 10pt;
text-align: center;
@@ -36,7 +36,7 @@
padding-bottom: 10px;
}
- table.wiki tr td
+ .wikipage table tr td
{
margin: 2px;
padding: 0.5em;
@@ -46,7 +46,7 @@
border: 1px solid #ECECEC;
}
- table.wiki tr td p
+ .wikipage table tr td p
{
text-align: left;
font-size: 10pt;
@@ -56,12 +56,12 @@
padding-bottom: 10px;
}
- table.wiki:hover tr th
+ .wikipage table:hover tr th
{
background-color: #E3F9E4;
}
- table.wiki:hover tr td
+ .wikipage table:hover tr td
{
background-color: #FAFFFB;
}
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