Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Electric's userpage
[git.ikiwiki.info.git]
/
themes
/
actiontabs
/
style.css
diff --git
a/themes/actiontabs/style.css
b/themes/actiontabs/style.css
index d4afc0915b86a44ce2ad20d5d9e574e17abae945..16e3d984e50f2278d2d7bdcd7f2eb9d436f967c3 100644
(file)
--- a/
themes/actiontabs/style.css
+++ b/
themes/actiontabs/style.css
@@
-51,7
+51,7
@@
body {
font-size: 120%;
}
font-size: 120%;
}
-.header {
+
div.header, header
.header {
font-weight: normal;
}
font-weight: normal;
}
@@
-147,3
+147,13
@@
div.recentchanges {
/* allow space for the action tabs */
margin-bottom: 2em;
}
/* 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;
+ }
+}