mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
remove defer buttons from print view. Fixes #836. Thanks Steven
This commit is contained in:
parent
af711c2568
commit
ca42ad4828
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@
|
|||
body {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
/* width: 2.5in;
|
||||
height: 4.7in;*/
|
||||
font-size: 8.2pt;
|
||||
font-family: "Lucida Grande", "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
@ -18,7 +16,7 @@ img {
|
|||
border:0;
|
||||
}
|
||||
|
||||
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks {
|
||||
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks, .defer-container {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue