started working on the table css
This commit is contained in:
parent
a72cd80cdb
commit
ee7950ce7a
5 changed files with 46 additions and 5 deletions
|
@ -259,6 +259,42 @@ hr { display: none; }
|
|||
width: 610px;
|
||||
}
|
||||
|
||||
#content table
|
||||
{
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#content table th
|
||||
{
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding: 0.5em;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
#content table td
|
||||
{
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#content table tr.rowA
|
||||
{
|
||||
background-color: #efefef;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#content table tr.rowB
|
||||
{
|
||||
background-color: #fafafa;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* Poll stuff */
|
||||
.poll_submissions {
|
||||
border-bottom: 1px solid #E0E0E0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Post */
|
||||
|
||||
.post {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue