Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
903a77d
)
be more backwards-compatible with flex layout
author
Simon McVittie
<smcv@debian.org>
Mon, 1 Dec 2014 21:59:20 +0000
(21:59 +0000)
committer
Simon McVittie
<smcv@debian.org>
Mon, 1 Dec 2014 21:59:32 +0000
(21:59 +0000)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 6050a2598850cd1e9ba9951cdc96a717250e6bcc..a875969f1b51cc0029c620bbae6ad363d0dc32e5 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-562,9
+562,14
@@
a.openid_large_btn:focus {
* the sidebar to the end */
.page {
display: -webkit-box;
* the sidebar to the end */
.page {
display: -webkit-box;
+ display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
+ -webkit-box-orient: vertical;
+ -ms-flex-direction: column;
+ -webkit-flex-direction: tb;
+ -webkit-flex-direction: column;
flex-direction: column;
}
#pageheader {
flex-direction: column;
}
#pageheader {