diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:40:31 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:40:31 +0100 |
commit | db2a83db55f00730d74db3e6481290f9896f4877 (patch) | |
tree | 087cf67915a64ced994d41da041e4aa4debf601e | |
parent | 9260cfed72ed192480dc19d46d0c5f2b3c46580b (diff) |
Small update to style
-rw-r--r-- | style/typography.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/style/typography.less b/style/typography.less index da23a9e..316516f 100644 --- a/style/typography.less +++ b/style/typography.less @@ -78,7 +78,7 @@ dl::after { dt, dd { float: left; - margin-bottom: 1em; + margin: 1em 0; } dt { @@ -86,6 +86,7 @@ dt { color: @color-main; width: 30%; margin-right: 5%; + text-align: right; } dd { |