ssfs view web/style.css @ rev 109

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:01 2019 +0100 (2019-02-26)
parents c949a4a2e23e
children
line source
1 /* CSS style for Ssfs */
3 html { height: 102%; }
4 body { font-size: 96%; margin: 40px; }
5 h1 { color: #351a0a; border-bottom: 1px dotted #ddd; }
6 h2 { color: #444; font-size: 130%; }
7 pre { font-size: 110%; }
8 pre, .box {
9 padding: 10px; background: #f1f1f1;
10 border: 1px solid #ddd; border-radius: 4px;
11 }
12 #content { margin: 0 10%; }
13 #footer { color: #888; text-align: center; padding: 40px; }
14 #footer a { color: #888; }