From: Andrew DeFaria Date: Wed, 13 Apr 2016 14:18:46 +0000 (-0700) Subject: Minor changes to webchord.cgi and vimrc X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=dc53e11ad32775703159f75aeb4c4af01d9da73b;p=clearscm.git Minor changes to webchord.cgi and vimrc --- diff --git a/rc/vimrc b/rc/vimrc index ce14e6e..d71d4e2 100644 --- 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!   diff --git a/songbook/webchord.cgi b/songbook/webchord.cgi index 28d0969..ef2da05 100755 --- a/songbook/webchord.cgi +++ b/songbook/webchord.cgi @@ -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;