1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +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) { @media (min-width: 770px) {
.tw-page-container { html .tw-page-container {
text-align: center; text-align: center;
} }
.story-river { html .story-river {
position: relative; position: relative;
width: 770px; width: 770px;
padding: 42px; padding: 42px;
@ -17,7 +17,7 @@ tags: [[$:/tags/stylesheet]]
text-align: left; text-align: left;
} }
.sidebar-header { html .sidebar-header {
text-align: left; text-align: left;
left: 50%; left: 50%;
right: 0; right: 0;