diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 2cfdc19..5fcc065 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -1,4 +1,3 @@ - @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700); @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); @@ -142,6 +141,18 @@ dd{ #content .section ol li ul li,#content ol li ul li,article ol li ul li{ list-style:disc} +dl dt{ + font-weight:bold; +} + +dl p,dl table,dl ul,dl ol{ + margin-bottom:12px !important; +} + +dl dd{ + margin:0 0 12px 24px; +} + @media print{ .codeblock,pre.src{ white-space:pre.src-wrap} diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 77f6196..e6faa64 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -199,7 +199,19 @@ dd{ *** Description +#+begin_src css +dl dt{ + font-weight:bold; +} +dl p,dl table,dl ul,dl ol{ + margin-bottom:12px !important; +} + +dl dd{ + margin:0 0 12px 24px; +} +#+end_src * Media queries :PROPERTIES: