9ab961985d
- Centralized use of TextHelper::repr..() instead of hardcoded markdown - Centralized processing of highlighting instead of hardcoded markdown - Highlighted items are marked with color, not just bold
13 lines
137 B
CSS
13 lines
137 B
CSS
#content input {
|
|
margin: 0 1em;
|
|
height: 25px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
pre {
|
|
font-size: 11pt;
|
|
}
|
|
|
|
pre strong {
|
|
background: #fee;
|
|
}
|