Skip to content

Commit

Permalink
Merge pull request #411 from mpetitdant/fix/293-planning-print-css2
Browse files Browse the repository at this point in the history
refs #293 : print CSS for planing page - new adjustments
  • Loading branch information
clacote committed Apr 8, 2015
2 parents ab3e4e9 + adeca43 commit 9421c07
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/views/Sessions/planning.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,20 @@

body {
padding-top: 0px ;
font-size: 12px;
font-size: 5pt;
}
h1:before {
content: url(@{'/public/images/mini-mixit.png'});
margin-right: 2em;
margin-right: 10pt;
}
h1 {
font-size: 24px;
font-size: 20pt;
text-align: center;
}
.page-break {
page-break-before: always;
}
.container {
max-width: 1500px;
}
a[href]:after { display:none; }
i.star {display:none;}

.session br {
display:none;
Expand Down

0 comments on commit 9421c07

Please sign in to comment.