Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #101 from jem08002/master
Browse files Browse the repository at this point in the history
Quick Fixes.
  • Loading branch information
amb00010 committed Feb 4, 2015
2 parents 0b9a65c + 6ea1f69 commit 919d636
Show file tree
Hide file tree
Showing 2 changed files with 1,051 additions and 280 deletions.
40 changes: 20 additions & 20 deletions sass/cal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
- - - - - - - - - - - - - - - - - - - */
#vb {
#vb-timespan {

list-style-type:none;
padding:0;
margin:0;
font-size:2em;

.glyphicon-new-window {
display:none;
}
}


}
#events-grid-wrap {
li {
margin-bottom:1em!important;

strong {
font-weight:normal;
}
Expand All @@ -38,36 +38,36 @@
padding:0;
.uc-cal-item {
margin-bottom:1em;

.uc-cal-event-title {
font-style:normal;
margin-left:1em;
}

.glyphicon-new-window {
display:none;
}
}
}

}


// Style for Shortcode Calendar
#events-table {

#events-toolbar {
margin-bottom:1em;

// set a width so that the buttons don't shift between long-named months and short-named months.
#events-month {
width:10em;
}
}

table {
font-size:85%;

thead {
th {
width:14%;
Expand All @@ -91,35 +91,35 @@
td {
border-top-width:0;
padding-top:0;

a {
text-decoration:none;

&:hover {
text-decoration:underline;
}

strong {
font-weight:normal;
}

//every link is external, no need to fly lnk flags here.
.glyphicon {
display:none;
}
}

.event-list {
&+.event-list {
margin-top:1em !important;
}

li+li {
margin-top:.5em !important;
}

}
}
}
}
}
}
Loading

0 comments on commit 919d636

Please sign in to comment.