mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
75cce3f107
commit
5db836ec59
1 changed files with 5 additions and 2 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue