Skip to content

Commit 5e970e5

Browse files
committed
Updated djangodocs.css.
Django 1.4の内容に更新。翻訳要素は無し。
1 parent c8461d8 commit 5e970e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_theme/djangodocs/static/djangodocs.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ dt .literal, table .literal { background:none; }
9999
#bd a.reference { text-decoration: none; }
100100
#bd a.reference tt.literal { border-bottom: 1px #234f32 dotted; }
101101

102+
/* Restore colors of pygments hyperlinked code */
103+
#bd .highlight .k a:link, #bd .highlight .k a:visited { color: #000000; text-decoration: none; border-bottom: 1px dotted #000000; }
104+
#bd .highlight .nf a:link, #bd .highlight .nf a:visited { color: #990000; text-decoration: none; border-bottom: 1px dotted #990000; }
105+
106+
102107
/*** notes & admonitions ***/
103108
.note, .admonition { padding:.8em 1em .8em; margin: 1em 0; border:1px solid #94da3a; }
104109
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important;}

0 commit comments

Comments
 (0)