Minor changes to webchord.cgi and vimrc
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 13 Apr 2016 14:18:46 +0000 (07:18 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 13 Apr 2016 14:18:46 +0000 (07:18 -0700)
rc/vimrc
songbook/webchord.cgi

index ce14e6e..d71d4e2 100644 (file)
--- a/rc/vimrc
+++ b/rc/vimrc
@@ -6,5 +6,5 @@ set nocompatible
 set backspace=indent,eol,start
 set hlsearch
 set ff=unix
-colorscheme evening
+colorscheme slate
 map! \7f \b
index 28d0969..ef2da05 100755 (executable)
@@ -143,32 +143,33 @@ body {
 h1 {
   text-align: center;
   font-family: Arial, Helvetica;
-  font-size: 32pt;
+  font-size: 24;
+  line-height: 10%;
 }
 h2 {
   text-align: center;
   font-family: Arial, Helvetica;
-  font-size: 24pt;
+  font-size: 18;
+  line-height: 50%;
 }
 .lyrics, .lyrics_chorus {
-  font-size: 18pt;
+  font-size: 10pt;
 }
 .lyrics_tab, .lyrics_chorus_tab {
   font-family: "Courier New", Courier;
-  font-size: 18pt;
+  font-size: 10pt;
 }
 .lyrics_chorus, .lyrics_chorus_tab, .chords_chorus, .chords_chorus_tab {
   font-weight: bold;
 }
 .chords, .chords_chorus, .chords_tab, .chords_chorus_tab {
-  font-size: 18pt;
+  font-size: 10pt;
   color: blue;
-  padding-right:
-  4pt;
+  padding-right: 4pt;
 }
 .comment, .comment_italic {
   color: #999;
-  font-size: 18pt;
+  font-size: 10pt;
 }
 .comment_box {
   background-color: #ffbbaa;