aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-12-01 14:56:04 +0000
committerSimon McVittie <smcv@debian.org>2014-12-01 21:29:46 +0000
commit94afbc2fa61088afa0e09763afeb752d55e52649 (patch)
treee04e7972c2dd0f27f7e24f642f9bf6c6e1a7ff16 /doc/style.css
parentceab72ad341bb216467a3bdaf6ee0a32be99de02 (diff)
downloadikiwiki-94afbc2fa61088afa0e09763afeb752d55e52649.tar
ikiwiki-94afbc2fa61088afa0e09763afeb752d55e52649.tar.gz
More page layout adjustments for mobile browsers and small windows
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 18bf531a6..6050a2598 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -555,6 +555,7 @@ a.openid_large_btn:focus {
width: auto;
float: none;
margin-top: 0;
+ border: none;
}
/* if the mobile browser is new enough, use flex layout to shuffle
@@ -578,4 +579,8 @@ a.openid_large_btn:focus {
-webkit-order: 1;
order: 1;
}
+
+ .blogform, #blogform {
+ padding: 4px 4px;
+ }
}