Skip to content

Commit

Permalink
🐛 Some templates use body.dokuwiki
Browse files Browse the repository at this point in the history
Sprintdoc...
  • Loading branch information
micgro42 committed Aug 29, 2018
1 parent c675130 commit cf13468
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
25 changes: 0 additions & 25 deletions style.css

This file was deleted.

26 changes: 26 additions & 0 deletions style.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.dokuwiki {
.usercontact_overlay {
opacity: 0.8;
position: absolute;
padding: 0.5em;
margin-top: -1em;

ul {
margin: 0;
list-style-type: none;
}

ul li {
margin-left: 2em;
}

ul li.userov_name {
margin-left: 0;
margin-bottom: 0.3em;
}

ul li.userov_name div {
font-weight: bold;
}
}
}

0 comments on commit cf13468

Please sign in to comment.