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)
- */
-
- /* Overlay */
- #overlay {
-
- padding: 0;
- font-size: small;
- z-index: 9999;
-
- a {
- text-decoration: none;
- span { display: none; }
- }
-
- .list-inline {
- margin: 0;
- padding: 0;
- }
-
- }
-
- @media print {
- #overlay { display: none; }
- }
|