Skip to content

Commit 246a15c

Browse files
committed
Added borders to delineate entries
1 parent ca162ca commit 246a15c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css/basic.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ p, dt, dd {
2626
padding: 0 1.5em;
2727
}
2828
dd {
29+
border-bottom: 1px solid #DDD;
2930
margin-left: 1.5em;
3031
}
32+
dd:last-child {
33+
border-bottom: none;
34+
}
3135
h1, h2, h3, h4, h5, h6 {
3236
font-family: "Gill Sans", sans-serif;
3337
font-weight: normal;
@@ -43,8 +47,7 @@ h1 {
4347
background-color: #FFBF00;
4448
}
4549
h2, h3, h4, h5 {
46-
background-color: #CCC;
47-
text-transform: uppercase;
50+
background-color: #DDD;
4851
}
4952
h2 {
5053
font-size: 1.5em; /* 24px @ 16px */

0 commit comments

Comments
 (0)