mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* printer css updated
This commit is contained in:
parent
41c84d4c2e
commit
ffdab16e64
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ html { height:0; }
|
|||
body { height:0; min-height:0; margin:0; }
|
||||
h2{ display: none; }
|
||||
h3 { border-bottom:2px solid #777777; }
|
||||
#tabs { display: none; }
|
||||
#lists { display: none; }
|
||||
.small-bar { display:none; }
|
||||
.task-actions { display:none; }
|
||||
|
||||
|
|
@ -18,9 +18,11 @@ div.task-note-block { border-left:1px solid #777777; background:none; padding-le
|
|||
|
||||
.task-date { white-space:nowrap; margin-left:10px; }
|
||||
#tasklist li.today, #tasklist li.past { background-color:#ffffff; border-color:#dedede; }
|
||||
.task-prio { font-weight:bold; }
|
||||
|
||||
#footer_content { border-top:1px solid #777777; background:none; }
|
||||
#footer_content a { text-decoration:none; color:#000000; }
|
||||
|
||||
#sort { display:none; }
|
||||
#tagcloudbtn { display:none; }
|
||||
.mtt-notes-showhide { display:none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue