Skip to content

Commit

Permalink
Updating to support new features
Browse files Browse the repository at this point in the history
  • Loading branch information
deviprsd committed Nov 16, 2014
1 parent 807d0c8 commit 0d0d32d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/calendar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('demo.css');

@font-face {
font-family: 'fontawesome-selected';
src: url("../font/fontawesome-selected.eot");
Expand Down Expand Up @@ -98,6 +96,10 @@
text-align: right;
}

.fc-calendar .fc-row > div time {
display: none;
}

.fc-calendar .fc-row > div > span.fc-weekday {
padding-left: 5px;
display: none;
Expand Down

0 comments on commit 0d0d32d

Please sign in to comment.