From b77cf6dea7fd7c67b980422231a19f4107ed8cfe Mon Sep 17 00:00:00 2001 From: ChiperSoft Date: Mon, 10 Sep 2012 16:07:08 -0700 Subject: [PATCH] Splitting up a long css selector into multiple lines --- build/kalendae.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/build/kalendae.css b/build/kalendae.css index 0ef8d55..e60a536 100644 --- a/build/kalendae.css +++ b/build/kalendae.css @@ -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;}