Make width of content 100% instead of 96%.
parent
88f3565c0a
commit
697f117ecd
|
|
@ -509,7 +509,7 @@ th.table-th-sort-rev span.table-th-sort-span {
|
|||
}
|
||||
|
||||
#content {
|
||||
width: 96%;
|
||||
width: 100%;
|
||||
margin: 0 auto 8px auto;
|
||||
line-height: 130%;
|
||||
text-align: center;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
}
|
||||
|
||||
#content {
|
||||
/*
|
||||
width: 99%;
|
||||
*/
|
||||
}
|
||||
|
||||
#monitors:after {
|
||||
|
|
|
|||
Loading…
Reference in New Issue