merging css changes from Kamil's sandbox that I forgot

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@302 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2005-07-02 23:20:03 +00:00
parent 75cce3f107
commit 5db836ec59

View file

@ -8,13 +8,15 @@ font-family:sans-serif;
H1 {
font-size:2.1em;
color: #69c;
/* This causes some big problems in FF.
color: #fff;
text-align: left;
position: absolute;
padding-left: 15%;
top: 0.35em;
left: 0;
height: 4em;
height: 4em;*/
}
H2 {
@ -76,7 +78,8 @@ border-top:1px solid #AAA;
#container {
margin: 0 auto;
border-top: solid 5em #69c;
/* This causes some big problems in FF.
border-top: solid 5em #69c;*/
color: #333;
font: normal 1.1em Verdana;
padding: 0 15%;