mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
a5d6b76017
Fix #112
27 lines
441 B
Plaintext
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;
|
|
}
|
|
}
|