mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Apply table layout only to #main_content.
This commit is contained in:
parent
7e5166b06b
commit
cad1e0c049
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user