Skip to content

Commit

Permalink
Update bibtexify.css
Browse files Browse the repository at this point in the history
Year labels should be turned vertically. In this case no overlapping occurs when there are a lot of the year labels
  • Loading branch information
romus33 authored Jan 11, 2018
1 parent ba7710d commit faa7f47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/bibtexify.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ span.undefined {

.yearlabel {
position: absolute;
bottom: -20px;
bottom: -40px;
text-align: center;
width: 100%;
font-size: small;
-webkit-transform: rotate(-90deg); //Chrome, Safari
-moz-transform: rotate(-90deg); //Firefox
-o-transform: rotate(-90deg); //Opera
-ms-transform: rotate(-90deg); //IE
transform: rotate(-90deg); //браузеры без префексов
}

.pub {
Expand Down

0 comments on commit faa7f47

Please sign in to comment.