Commit f4f8b7bf by Kyle Fiedler

Added delete page and padding and hid th on overflow

parent 74643321
...@@ -757,6 +757,7 @@ section.wiki { ...@@ -757,6 +757,7 @@ section.wiki {
th, td { th, td {
border-bottom: 1px solid $light-gray; border-bottom: 1px solid $light-gray;
padding: 8px; padding: 8px;
overflow: hidden;
} }
tr:nth-child(even) { tr:nth-child(even) {
...@@ -860,6 +861,10 @@ section.wiki { ...@@ -860,6 +861,10 @@ section.wiki {
} }
} }
section.delete {
padding: 40px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment