[Fasttran-checkins] htdocs style.css,1.1,1.2
Status: Alpha
Brought to you by:
a1s
|
From: alexander s. <a1...@us...> - 2007-02-14 09:22:00
|
Update of /cvsroot/fasttran/htdocs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1152 Modified Files: style.css Log Message: make bold texts slightly lighter Index: style.css =================================================================== RCS file: /cvsroot/fasttran/htdocs/style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** style.css 14 Feb 2007 08:12:56 -0000 1.1 --- style.css 14 Feb 2007 09:10:37 -0000 1.2 *************** *** 13,17 **** } ! :link { color: #004080; } .epigraph { --- 13,19 ---- } ! :link { ! color: #004080; ! } .epigraph { *************** *** 21,28 **** --- 23,35 ---- } + strong { + color:#001A33; + } + h1, h2 { line-height:1.3em; margin:0.2em 0; background-color:#D9ECFF; + color:#001A33; } h1 { font-size:160%; } |