style for audi oelements

This commit is contained in:
ryliejamesthomas 2020-11-02 17:11:44 +11:00
parent 1d1fcadd1c
commit c3598442cf
2 changed files with 8 additions and 4 deletions

View File

@ -81,4 +81,4 @@ Effects:
- Style for pre, code etc. tags
- Removed all them box-shadows
- Made the link colour in the tag cloud match the rest of the wiki
- Show tag icon before links to tab pages
- Show tag icon before links to tag pages

View File

@ -1,3 +1,7 @@
audio {
width:100%;
}
/* For: https://www.dokuwiki.org/plugin:tag */
div.dokuwiki div.tags {
border-top:1px dotted lightgray;
@ -33,9 +37,9 @@ pre, code {
}
.dokuwiki div.cloud {
border-top: 1px solid lightgray;
padding-top: 2em;
text-align: center;
border-top:1px solid lightgray;
padding-top:2em;
text-align:center;
}
.dokuwiki div.cloud > a {