mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-18 06:50:27 +00:00
12 lines
No EOL
558 B
CSS
12 lines
No EOL
558 B
CSS
body { font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif; margin: 0; }
|
|
|
|
#header { background: #333; margin: 0; padding: 0; color: #555; }
|
|
#header li { display: inline-block; }
|
|
#header li:after { content: "|"; }
|
|
#header li:last-child:after { content: ""; }
|
|
#header li a { display: inline-block; padding: 10px; color: pink; font-variant: small-caps; text-decoration: none; }
|
|
#header li a:hover, #header li a:focus { text-decoration: underline; }
|
|
|
|
#bd-wrapper { padding: 10px; }
|
|
|
|
pre { margin-top: 0; font-size: 12px; vertical-align: top; } |