1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/themes/tiddlywiki/centralised/styles.tid
Jermolene 7c235566c4 Rejig the page layout to use the scrollable widget
This is the start of some refactoring of the main layout CSS intended
to give us more flexibility and control.
2014-03-25 14:29:16 +00:00

27 lines
464 B
Plaintext

title: $:/themes/tiddlywiki/centralised/styles.tid
tags: [[$:/tags/stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
@media (min-width: 770px) {
html .tw-page-container {
text-align: center;
}
html .story-river {
position: relative;
width: 770px;
padding: 42px;
margin: 0 auto;
text-align: left;
}
html .tw-sidebar-scrollable {
text-align: left;
left: 50%;
right: 0;
margin-left: 343px;
}
}