| Index: src/site/css/style.css
|
| diff --git a/src/site/css/style.css b/src/site/css/style.css
|
| index 8b6049237aef7cfb46f69f26614c9909bea5a1e8..064336524be0139fe48b6675b5782b23578ad7e2 100644
|
| --- a/src/site/css/style.css
|
| +++ b/src/site/css/style.css
|
| @@ -145,13 +145,6 @@ i, em { font-style: italic; }
|
|
|
| article dl dd {
|
| margin-left: 1em;
|
| - font-weight: 400;
|
| -}
|
| -
|
| -article dl dt {
|
| - font-weight: 800;
|
| - margin-top: 0.5em;
|
| - margin-bottom: 0em;
|
| }
|
|
|
| html {
|
| @@ -329,7 +322,8 @@ article ol, article ul {
|
|
|
| article dt {
|
| margin-bottom: 5px;
|
| - font-weight: 800;
|
| + margin-top: 0.5em;
|
| + font-weight: bold;
|
| }
|
|
|
| article dd {
|
|
|