CSS fixes
This commit is contained in:
parent
b57b353c40
commit
caa257df4e
|
|
@ -206,7 +206,7 @@ ul.principle-emails {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
clear: both;
|
clear: both;
|
||||||
color: #333;
|
color: #333;
|
||||||
padding: 10px 20px 40px 20px;
|
padding: 5px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
|
|
@ -264,6 +264,16 @@ dl#showemail {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.enquiries index {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
div.enquiriesindex {
|
||||||
|
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
table {
|
table {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue