Updated notATable to description list.
This commit is contained in:
22
style.css
22
style.css
@@ -339,3 +339,25 @@ background-repeat: no-repeat;
|
||||
transform: translate(15px);
|
||||
}
|
||||
}
|
||||
|
||||
dl {
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
dt {
|
||||
float: left;
|
||||
width: 20%;
|
||||
text-align: right;
|
||||
padding: .25em;
|
||||
clear: left;
|
||||
}
|
||||
dt:after {
|
||||
content: "|";
|
||||
}
|
||||
dd {
|
||||
/* float: left; */
|
||||
/* margin: 0 0 0 110px */
|
||||
width: 90%;
|
||||
padding: .25em 0;
|
||||
}
|
||||
dl:after {content:"";display:table;clear:both;}
|
||||
|
||||
Reference in New Issue
Block a user