changed style of file slightly to help tell it apart from code

This commit is contained in:
Anika Henke 2013-11-14 11:03:50 +00:00
parent cdfbeeb1d2
commit e607863509
2 changed files with 8 additions and 4 deletions

View file

@ -154,6 +154,7 @@ html.popup {
#media__content a.mediafile {
margin-right: 1.5em;
font-weight: bold;
cursor: pointer;
}
[dir=rtl] #media__content a.mediafile {
margin-right: 0;

View file

@ -88,10 +88,6 @@
text-decoration: underline;
}
/* for code in <file> */
.dokuwiki pre.file {
}
/* filenames for downloadable file and code blocks */
.dokuwiki dl.code,
.dokuwiki dl.file {
@ -121,6 +117,13 @@
margin: 0;
}
/* for code in <file> */
.dokuwiki pre.file,
.dokuwiki dl.file pre,
.dokuwiki dl.file dt {
border-color: __text_neu__;
}
/*____________ media manager ____________*/