1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

Fixed problem with positioning of the sidebar in the centralised theme

This commit is contained in:
Jermolene 2014-01-07 11:09:56 +00:00
parent 954901d788
commit f2409d4245

View File

@ -5,11 +5,11 @@ tags: [[$:/tags/stylesheet]]
@media (min-width: 770px) {
.tw-page-container {
html .tw-page-container {
text-align: center;
}
.story-river {
html .story-river {
position: relative;
width: 770px;
padding: 42px;
@ -17,7 +17,7 @@ tags: [[$:/tags/stylesheet]]
text-align: left;
}
.sidebar-header {
html .sidebar-header {
text-align: left;
left: 50%;
right: 0;