diff options
Diffstat (limited to 'src/stylesheets')
-rw-r--r-- | src/stylesheets/application.sass | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass index 24036ef..00350f9 100644 --- a/src/stylesheets/application.sass +++ b/src/stylesheets/application.sass @@ -108,3 +108,14 @@ $button-height: $sharebar-height - 5px border: 1px solid rgba(0, 0, 0, 0.8) padding-bottom: 10px margin-bottom: 10px + +.tour_entry + .date + width: 5em + display: inline-block + .venue + font-weight: bold + .comments + font-style: italic + font-size: 80% + color: green |