]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - themes/actiontabs/style.css
(no commit message)
[git.ikiwiki.info.git] / themes / actiontabs / style.css
index d4afc0915b86a44ce2ad20d5d9e574e17abae945..16e3d984e50f2278d2d7bdcd7f2eb9d436f967c3 100644 (file)
@@ -51,7 +51,7 @@ body {
        font-size: 120%;
 }
 
-.header {
+div.header, header.header {
        font-weight: normal;
 }
 
@@ -147,3 +147,13 @@ div.recentchanges {
        /* allow space for the action tabs */
        margin-bottom: 2em;
 }
+
+@media (max-width: 600px) {
+       #content, #enclosure, #comments, #footer {
+               margin: 0.5em;
+       }
+       .pageheader .actions ul li {
+               padding: .1em .2em 0 .2em;
+               font-size: 0.8em;
+       }
+}