p problems?

This commit is contained in:
sanj 2010-05-14 22:57:15 +05:30
parent 8bac52211c
commit eb2b3dbe04
2 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,12 @@
margin-top:5px; margin-top:5px;
margin-left: 25px; margin-left: 25px;
float:left; float:left;
} }
p {
padding: 0px;
margin: 0px;
}
.page { .page {

View File

@ -5,6 +5,11 @@ body {
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
} }
p {
padding: 0px;
margin: 0px;
}
#ajaxBusy { #ajaxBusy {
position: fixed; position: fixed;
top: 10px; top: 10px;