X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=265fcca3e0c7e35fbc84f948c14c3c3273a2493a;hb=a74a20d64f0c3c757c9a97f9f9a858adca266221;hp=084bec10dfdac1f7b9128b0dbe44ade71b88c134;hpb=adca92111fe42da86d9f4268f738e7b67396a6c7;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 084bec1..265fcca 100644 --- a/includes/style.css +++ b/includes/style.css @@ -69,6 +69,7 @@ li { #contact_me { margin-top:100px; + font-family:sans-serif; } /* reprap */ @@ -130,3 +131,27 @@ li { #i_like_pandora_entry { font:1.4em "lucida console"; } + +/* notes */ +#notes { + float:right; + text-align:right; + margin-top:20px; +} + +#notes h2 { + margin-bottom:10px; + font-family:sans-serif; +} + +.note { + margin-bottom:40px; +} + +.note p { + margin-bottom:5px; +} + +pre { + margin-top:10px; +}