mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
fix #1122 by applying the patch from Christian Frank. Thanks Christian! This fixes problems with the print stylesheet
This commit is contained in:
parent
e60c2c9038
commit
7bb4a01f20
1 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ img {
|
|||
border:0;
|
||||
}
|
||||
|
||||
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks, .defer-container, .menu_sort, .position, .buttons, .sf-item-menu, .container_toggle {
|
||||
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks, .defer-container, .menu_sort, .position, .buttons, .sf-item-menu, .container_toggle, .grip, .show_notes, .recurring_icon {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
|
@ -48,7 +48,8 @@ a, p, blockquote, ul, li, ol, dt, dd, dl, table {
|
|||
}
|
||||
|
||||
.description {
|
||||
margin-left: 12pt;
|
||||
margin-left: 18pt;
|
||||
line-height: 150%
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue