Skip to content

Commit

Permalink
Improve print CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 14, 2014
1 parent 0d0c6f2 commit 24ab45b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kronolith/themes/default/dynamic/screen.css
Expand Up @@ -716,15 +716,22 @@ div.kronolithEditable:hover .kronolithDragger,
border: thin solid #000;
}

.kronolith-view {
border-collapse: collapse;
}
.kronolith-view-head {
margin-right: 0;
border: 0;
}

.kronolithViewBody {
overflow: hidden;
top: 10px;
position: relative;
}
.kronolithViewMonth {
border: 0;
}
#kronolithViewDay .kronolithViewBody .kronolith-event,
#kronolithViewWeek .kronolithViewBody .kronolith-event {
margin-left: 0.5%;
Expand Down

0 comments on commit 24ab45b

Please sign in to comment.