mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
Fix print view styles for metro
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
@@ -67,6 +67,18 @@
|
||||
th.vbottom, td.vbottom {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
th.column_heading, th.column_action {
|
||||
border: .1em solid #000;
|
||||
}
|
||||
|
||||
table tr.odd, table tr.even {
|
||||
border-left: .1em solid #000;
|
||||
}
|
||||
|
||||
table tr.odd th, table tr.even th, table.data th {
|
||||
border-bottom: .1em solid #000;
|
||||
}
|
||||
|
||||
/* Common Elements not to be included */
|
||||
/* Hide Navigation and Top Menu bar */
|
||||
|
||||
Reference in New Issue
Block a user