1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +00:00

More style tweaks

This commit is contained in:
Jeremy Ruston 2013-02-04 15:29:38 +00:00
parent 170c1425f7
commit b61778cee2
2 changed files with 26 additions and 2 deletions

View File

@ -25,6 +25,30 @@ body {
background-color: {{$:/core/styles/colourmappings##pagebackground}}
}
code, pre {
padding: 0 3px 2px;
<<border-radius 3px>>
}
code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
}
a.tw-tiddlylink {
text-decoration: none;
font-style: normal;
@ -91,7 +115,7 @@ a.tw-tiddlylink-missing {
}
.tw-tiddler-frame {
padding: 2em;
padding: 3em;
margin-bottom: 2em;
background-color: {{$:/core/styles/colourmappings##tiddlerbackground}};
max-width: 40em;

View File

@ -3,4 +3,4 @@ type: application/x-tiddler-dictionary
fontsize: `14px`
lineheight: `20px`
sidebarwidth: `25%`
sidebarwidth: `17%`