You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- * DokuWiki Bootstrap3 Template: DokuWiki Plugins
- *
- * Home http://dokuwiki.org/template:bootstrap3
- * Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
- * License GPL 2 (http://www.gnu.org/licenses/gpl.html)
- */
-
- /* Discussion Plugin */
- div.dokuwiki {
-
- div.comment_wrapper {
-
- margin: 50px 0 0 0;
- padding: 0;
- background-color: inherit;
-
- div.panel-heading {
- margin-top: 0;
- padding: 5px;
- clear: none;
- }
-
- div.comment_body {
- border: 0 hidden;
- }
-
- div.comment_buttons {
- float: none;
- margin-top: initial;
- padding: 5px;
- }
-
- }
-
- #discussion__section {
- color: inherit;
- text-decoration: none;
- }
-
- }
|