Skip to content

Commit

Permalink
Splitting up a long css selector into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed Sep 10, 2012
1 parent c962c1e commit b77cf6d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion build/kalendae.css
Expand Up @@ -64,7 +64,18 @@
.kalendae .k-btn-previous-month,
.kalendae .k-btn-next-month,
.kalendae .k-btn-previous-year,
.kalendae .k-btn-next-year {width:16px;height:16px;cursor:pointer;position:absolute;top:-3px;color:#777;font-size:26px; line-height: 18px; font-weight: bold; font-family: arial}
.kalendae .k-btn-next-year {
width:16px;
height:16px;
cursor:pointer;
position:absolute;
top:-3px;
color:#777;
font-size:26px;
line-height: 18px;
font-weight: bold;
font-family: arial;
}

.kalendae .k-btn-previous-year {left:0;}
.kalendae .k-btn-previous-month {left:16px;}
Expand Down

0 comments on commit b77cf6d

Please sign in to comment.