summaryrefslogtreecommitdiff
path: root/lisp/webapps/woodriverlessons
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/webapps/woodriverlessons')
-rw-r--r--lisp/webapps/woodriverlessons/site.lisp8
-rw-r--r--lisp/webapps/woodriverlessons/static/css/stylesheet.css6
2 files changed, 4 insertions, 10 deletions
diff --git a/lisp/webapps/woodriverlessons/site.lisp b/lisp/webapps/woodriverlessons/site.lisp
index 10fa297..f720817 100644
--- a/lisp/webapps/woodriverlessons/site.lisp
+++ b/lisp/webapps/woodriverlessons/site.lisp
@@ -21,13 +21,7 @@
((body :onload ,(format nil "woodriverlessons.core.~a" ,onload-fn))
((div :class "container-fluid")
((div :class "row banner")
- ((div :class "col contact-info")
- ((p) " ")
- ((p) "Carlos Konstanski")
- ((p) "(970) 294-9708"))
- ((div :class "col")
- ((div :class "page-header")
- ((h1 :class "banner-title") (br) "Wood River Lessons" (br) "Blaine County ID" (br))))
+ ((div :class "col banner-title") "Violin and Viola Lessons in the Wood River Valley")
((div :id "menu-user" :class "col" :style "text-align: right;")))
((div :id "menu" :class "well"))
((div :id "location" :style "display: none"))
diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css
index ce50d96..2793346 100644
--- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css
+++ b/lisp/webapps/woodriverlessons/static/css/stylesheet.css
@@ -28,6 +28,7 @@ p {
}
.banner {
+ height: 90px;
background-image: url("/static/images/violin-strip.jpg");
background-repeat: repeat;
background-position: left;
@@ -46,10 +47,9 @@ p {
.banner-title {
color: #59200e;
- font-size: 24px;
+ font-size: 20px;
font-weight: bold;
- text-align: center;
- line-height: 0.4;
+ text-align: right;
}
.modal-content {