1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Apply table layout only to #main_content.

This commit is contained in:
Markus Birth 2015-02-20 10:08:16 +01:00
parent 7e5166b06b
commit cad1e0c049
2 changed files with 6 additions and 6 deletions

View File

@ -186,18 +186,18 @@ pre > code {
padding: 0;
}
table {
#main_content table {
/* width: 100%; */
margin: 0 0 20px 0;
}
th {
#main_content th {
text-align: left;
border-bottom: 1px dashed #678b22;
padding: 5px 10px;
}
td {
#main_content td {
padding: 5px 10px;
}

View File

@ -182,18 +182,18 @@ pre > code {
padding: 0;
}
table {
#main_content table {
/* width: 100%; */
margin: 0 0 20px 0;
}
th {
#main_content th {
text-align: left;
border-bottom: 1px dashed #b5e853;
padding: 5px 10px;
}
td {
#main_content td {
padding: 5px 10px;
}