p problems?
This commit is contained in:
parent
8bac52211c
commit
eb2b3dbe04
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user