Changeset - 3880c231e487
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-01-20 21:12:04
bkuhn@ebb.org
Minimal dl CSS.
1 file changed with 19 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -321,3 +321,22 @@ body.conservancy-supporter #navbar ul li.supporter a
 
   width: 200px;
 
   font-size: 12px;
 
}
 

	
 
dl {
 
    border: 3px double #ccc;
 
    padding: 0.5em;
 
}
 
dt {
 
    float: left;
 
    clear: left;
 
    width: 100px;
 
    text-align: right;
 
    font-weight: bold;
 
    color: green; }
 
dt:after {
 
    content: ":";
 
}
 
dd {
 
    margin: 0 0 0 110px;
 
    padding: 0 0 0.5em 0;
 
}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)