equal
deleted
inserted
replaced
300 color: #B05020; |
300 color: #B05020; |
301 } |
301 } |
302 |
302 |
303 div.content a.wikilink-nonexistent:visited { |
303 div.content a.wikilink-nonexistent:visited { |
304 color: #906030 !important; |
304 color: #906030 !important; |
|
305 } |
|
306 |
|
307 /* I know it's bad to support plugins in core code, but indented paragraphs tend to be specific to themes I designed. |
|
308 This is for consistency between paragraphs and code blocks. */ |
|
309 div.content pre, pre.geshi_highlighted { |
|
310 margin-left: 0.8em; |
305 } |
311 } |
306 |
312 |
307 /* Inline rename */ |
313 /* Inline rename */ |
308 |
314 |
309 input#pageheading { |
315 input#pageheading { |