mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-25 18:08:40 -05:00
Fix styling on pages with a narrow table
This commit is contained in:
parent
80819e54dd
commit
c0b6f87bba
1 changed files with 3 additions and 1 deletions
|
|
@ -20,9 +20,11 @@ a:hover {
|
|||
|
||||
main {
|
||||
float: left; /* Ensure this expands to contain the table. */
|
||||
min-width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 1em 1em 3em 1em;
|
||||
border-top: 3px solid #000;
|
||||
border-bottom: 3px solid #000;
|
||||
padding: 1em 1em 3em 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue