1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 14:26:07 +00:00

Rename "story-river" class to "tc-story-river"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:26:21 +01:00
parent 90f0fc22ff
commit 87cb520343
5 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ tags: [[$:/tags/stylesheet]]
text-align: center;
}
html .story-river {
html .tc-story-river {
position: relative;
width: 770px;
padding: 42px;

View File

@@ -442,7 +442,7 @@ button.tw-tag-label, span.tw-tag-label {
padding-left: 7px;
}
.story-river {
.tc-story-river {
position: relative;
}
@@ -458,7 +458,7 @@ button.tw-tag-label, span.tw-tag-label {
min-height: 32px;
}
.story-river {
.tc-story-river {
position: relative;
padding: 0;
}
@@ -483,7 +483,7 @@ button.tw-tag-label, span.tw-tag-label {
padding: 71px 0 28px 42px;
}
.story-river {
.tc-story-river {
position: relative;
left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};
top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
@@ -493,7 +493,7 @@ button.tw-tag-label, span.tw-tag-label {
<<if-no-sidebar "
.story-river {
.tc-story-river {
width: auto;
}
@@ -511,12 +511,12 @@ button.tw-tag-label, span.tw-tag-label {
display: none;
}
.story-river {
.tc-story-river {
margin: 0;
padding: 0;
}
.story-river .tw-tiddler-frame {
.tc-story-river .tw-tiddler-frame {
margin: 0;
border: none;
padding: 28px;