scribble: HTML layout that probably works with IE
svn: r6726 original commit: 50a89df55b35d6d2f9801a07c1c5e8a3415e7aae
This commit is contained in:
parent
064c3c9326
commit
9595675a5c
|
@ -3,10 +3,6 @@
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
font-family: Times;
|
font-family: Times;
|
||||||
text-align: center;
|
|
||||||
width: 35em;
|
|
||||||
margin-left: 13em;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
|
@ -16,6 +12,7 @@
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
width: 35em;
|
width: 35em;
|
||||||
|
margin-left: 12em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,7 +39,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
margin: 0em 0em 0em -12em;
|
margin-right: 2em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #ddffdd;
|
background-color: #ddffdd;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user