Stylesheet changes to make paragraphs within intro section on left hand side of home page space correctly. Changes tested in:
Firefox 3.0.6 - OSX Safari 3.2.1 - OSX Firefox 3.0.6 - Win XP Pro IE7 7.0.5730 - Win XP Pro IE6 - WIn XP Pro Google Chrome 0.2.149.27 - Win XP Pro Home page now displays correctly in Google Chrome.
This commit is contained in:
parent
faa1a48250
commit
143d382154
1 changed files with 3 additions and 2 deletions
|
@ -64,13 +64,14 @@ body {
|
|||
}
|
||||
|
||||
#intro {
|
||||
width: 150px;
|
||||
width: 170px;
|
||||
margin: 10px;
|
||||
padding: 0px 10px;
|
||||
border: 1px solid #ccc;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#intro p { margin: 10px; }
|
||||
|
||||
#alert {
|
||||
width: 150px;
|
||||
margin: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue