1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/themes/tiddlywiki/centralised/styles.tid
2013-07-08 17:19:50 +01:00

27 lines
441 B
Plaintext

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