1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00

Style updates

This commit is contained in:
Jeremy Ruston 2012-06-10 22:53:43 +01:00
parent 45cf175b8b
commit ce411ff0f1

View File

@ -17,10 +17,15 @@ body {
box-shadow: 1px 1px 6px rgba(0,0,0,0.4); box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
} }
.tw-story-element .body {
margin-top: 12px;
}
.title { .title {
font-weight: bold; font-weight: bold;
font-size: 40px; font-size: 40px;
line-height: 48px; line-height: 48px;
color: #844;
} }
.title > span { .title > span {