template.html changes needed to make visible spaces work.

This commit is contained in:
John MacFarlane 2014-11-08 21:01:18 -08:00
Родитель faacf7065f
Коммит ac1c9301f0
1 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -20,11 +20,11 @@ h4 { font-size: 100%; font-weight: bold; }
a.definition { font-weight: bold; }
span.space { position: relative; }
span.space:after {
content: "";
content: "·";
position: absolute;
/* create a mark that indicates a space (trick from D. Greenspan) */
top: 3px; bottom: 3px; left: 1px; right: 1px;
border: 1px solid #999;
top: 0px; bottom: 7px; left: 1px; right: 1px;
color: #AAA;
}
div.example { overflow: hidden; }
p { text-align: justify; }
@ -44,9 +44,6 @@ div.example > pre.markdown { clear:left; }
pre.tree { font-weight: bold; color: #777; }
pre.markdown { background-color: #D3E1E4; }
pre.html { background-color: #C9CaCE; }
pre.html span.space:after {
border: 1px solid #666;
}
#watermark {
position:fixed;
bottom:0px;