Skip to content

Commit 0e2b916

Browse files
committedJul 3, 2015
rst.css: don't specify fonts, don't specify outset borders.
1 parent defa4e4 commit 0e2b916

File tree

1 file changed

+6
-14
lines changed
  • nikola/data/themes/base/assets/css

1 file changed

+6
-14
lines changed
 

‎nikola/data/themes/base/assets/css/rst.css

+6-14
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,19 @@ div.abstract p.topic-title {
5757
div.admonition, div.attention, div.caution, div.danger, div.error,
5858
div.hint, div.important, div.note, div.tip, div.warning {
5959
margin: 2em ;
60-
border: medium outset ;
60+
border: thin ;
6161
padding: 1em }
6262

6363
div.admonition p.admonition-title, div.hint p.admonition-title,
6464
div.important p.admonition-title, div.note p.admonition-title,
6565
div.tip p.admonition-title {
66-
font-weight: bold ;
67-
font-family: sans-serif }
66+
font-weight: bold }
6867

6968
div.attention p.admonition-title, div.caution p.admonition-title,
7069
div.danger p.admonition-title, div.error p.admonition-title,
7170
div.warning p.admonition-title, .code .error {
7271
color: red ;
73-
font-weight: bold ;
74-
font-family: sans-serif }
72+
font-weight: bold }
7573

7674
/* Uncomment (and remove this text!) to get reduced vertical space in
7775
compound paragraphs.
@@ -119,15 +117,14 @@ html[dir="rtl"] div.line-block div.line-block {
119117

120118
div.sidebar {
121119
margin: 0 0 0.5em 1em ;
122-
border: medium outset ;
120+
border: thin ;
123121
padding: 1em ;
124122
background-color: #ffffee ;
125123
width: 40% ;
126124
float: right ;
127125
clear: right }
128126

129127
div.sidebar p.rubric {
130-
font-family: sans-serif ;
131128
font-size: medium }
132129

133130
div.system-messages {
@@ -137,7 +134,7 @@ div.system-messages h1 {
137134
color: red }
138135

139136
div.system-message {
140-
border: medium outset ;
137+
border: thin ;
141138
padding: 1em }
142139

143140
div.system-message p.system-message-title {
@@ -232,12 +229,10 @@ p.rubric {
232229
text-align: center }
233230

234231
p.sidebar-title {
235-
font-family: sans-serif ;
236232
font-weight: bold ;
237233
font-size: larger }
238234

239235
p.sidebar-subtitle {
240-
font-family: sans-serif ;
241236
font-weight: bold }
242237

243238
p.topic-title {
@@ -260,15 +255,12 @@ pre.code .inserted, code .inserted { background-color: #A3D289}
260255
*/
261256

262257
span.classifier {
263-
font-family: sans-serif ;
264258
font-style: oblique }
265259

266260
span.classifier-delimiter {
267-
font-family: sans-serif ;
268261
font-weight: bold }
269262

270-
span.interpreted {
271-
font-family: sans-serif }
263+
span.interpreted { }
272264

273265
span.option {
274266
white-space: nowrap }

0 commit comments

Comments
 (0)
Please sign in to comment.