Skip to content

Commit

Permalink
[enhance] Turn vertically year labels
Browse files Browse the repository at this point in the history
  • Loading branch information
martinec authored Jan 17, 2018
2 parents ba7710d + faa7f47 commit c72ad3e
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 c72ad3e

Please sign in to comment.