X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=4aad85fddc77a3695abd75952d1512e4d15f22f2;hb=06268cf4dd5d7b6a1742077db3a5949144a4761f;hp=5e993a4ad82985114d8c16494ddf2d7f6869d4e7;hpb=718e9203005d949b83c51c0f989e8ff00adb880c;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 5e993a4..4aad85f 100644 --- a/includes/style.css +++ b/includes/style.css @@ -61,6 +61,7 @@ li { min-height:600px; border:1px solid black; padding:10px; + display:none; } .shownDiv { @@ -68,7 +69,9 @@ li { } #contact_me { - margin-top:100px; + font-family:sans-serif; + text-align:right; + float:right; } /* reprap */ @@ -95,13 +98,8 @@ li { font:1.4em "lucida console"; } -/* readoo */ -#readoo_title { - font:1.6em arial; -} - -#readoo_entry { - font:1.6em arial; +#peepshow_entry { + font:1.4em "lucida console"; } /* drawcss */ @@ -140,6 +138,7 @@ li { #notes h2 { margin-bottom:10px; + font-family:sans-serif; } .note { @@ -149,3 +148,11 @@ li { .note p { margin-bottom:5px; } + +pre { + margin-top:10px; +} + +#navigation { + text-align:right; +}