From 60559ed2db1aba5bd50202a1b4415f1672610be1 Mon Sep 17 00:00:00 2001 From: thomasba Date: Fri, 17 Jul 2015 21:09:01 +0200 Subject: [PATCH] Added vim status line --- calendar/css/custom.css | 5 +- calendar/css/jumbatron-narrow.css | 79 ------------------------------- calendar/formAppointment.html | 1 + calendar/formCategories.html | 1 + calendar/formImage.html | 1 + calendar/index.html | 3 +- calendar/js/calendar.js | 5 +- calendar/redirect.php | 3 +- 8 files changed, 14 insertions(+), 84 deletions(-) delete mode 100644 calendar/css/jumbatron-narrow.css diff --git a/calendar/css/custom.css b/calendar/css/custom.css index 5ff4f41..b64272a 100644 --- a/calendar/css/custom.css +++ b/calendar/css/custom.css @@ -44,7 +44,7 @@ input:invalid, textarea:invalid, select:invalid { .mar { margin:1.5em; } -.navbar h1 { +h1 { font-family:monospace; letter-spacing:0.4em; text-align:center; @@ -62,5 +62,6 @@ input:invalid, textarea:invalid, select:invalid { color:#bce8f1; } .nobold { - font-weight:normal !important; + font-weight:normal; } +/* vim: set ft=css shiftwidth=4 noexpandtab eol ff=unix : */ diff --git a/calendar/css/jumbatron-narrow.css b/calendar/css/jumbatron-narrow.css deleted file mode 100644 index 3b5373f..0000000 --- a/calendar/css/jumbatron-narrow.css +++ /dev/null @@ -1,79 +0,0 @@ -/* Space out content a bit */ -body { - padding-top: 20px; - padding-bottom: 20px; -} - -/* Everything but the jumbotron gets side spacing for mobile first views */ -.header, -.marketing, -.footer { - padding-right: 15px; - padding-left: 15px; -} - -/* Custom page header */ -.header { - padding-bottom: 20px; - border-bottom: 1px solid #e5e5e5; -} -/* Make the masthead heading the same height as the navigation */ -.header h3 { - margin-top: 0; - margin-bottom: 0; - line-height: 40px; -} - -/* Custom page footer */ -.footer { - padding-top: 19px; - color: #777; - border-top: 1px solid #e5e5e5; -} - -/* Customize container */ -@media (min-width: 768px) { - .container { - max-width: 730px; - } -} -.container-narrow > hr { - margin: 30px 0; -} - -/* Main marketing message and sign up button */ -.jumbotron { - text-align: center; - border-bottom: 1px solid #e5e5e5; -} -.jumbotron .btn { - padding: 14px 24px; - font-size: 21px; -} - -/* Supporting marketing content */ -.marketing { - margin: 40px 0; -} -.marketing p + h4 { - margin-top: 28px; -} - -/* Responsive: Portrait tablets and up */ -@media screen and (min-width: 768px) { - /* Remove the padding we set earlier */ - .header, - .marketing, - .footer { - padding-right: 0; - padding-left: 0; - } - /* Space out the masthead */ - .header { - margin-bottom: 30px; - } - /* Remove the bottom border on the jumbotron for visual effect */ - .jumbotron { - border-bottom: 0; - } -} diff --git a/calendar/formAppointment.html b/calendar/formAppointment.html index 929e4e0..611510c 100644 --- a/calendar/formAppointment.html +++ b/calendar/formAppointment.html @@ -76,3 +76,4 @@ + diff --git a/calendar/formCategories.html b/calendar/formCategories.html index 6e887af..826f8ff 100644 --- a/calendar/formCategories.html +++ b/calendar/formCategories.html @@ -13,3 +13,4 @@ + diff --git a/calendar/formImage.html b/calendar/formImage.html index 1e7629f..56df7c5 100644 --- a/calendar/formImage.html +++ b/calendar/formImage.html @@ -20,3 +20,4 @@ + diff --git a/calendar/index.html b/calendar/index.html index 8a987f7..2137ee3 100644 --- a/calendar/index.html +++ b/calendar/index.html @@ -19,7 +19,7 @@