diff options
Diffstat (limited to '')
-rw-r--r-- | css/master.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/master.css b/css/master.css index ae06f44..10e53ea 100644 --- a/css/master.css +++ b/css/master.css @@ -61,3 +61,9 @@ a:link { a:visited { color: #008787; } + +pre { + border: 2px solid #005f87; + padding: 10px; + margin: 10px; +} |