X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=30f50fb2a4de8caa3049464a0f9db176006dba47;hb=f29033a3734e3a6aa966199feda3110b1d0b5ee3;hp=d1f72b20fc92fcbec961142baa74f7659cb218e3;hpb=897b1bc37445421a3404ace1c02b529b0ea843e5;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index d1f72b2..30f50fb 100644 --- a/includes/style.css +++ b/includes/style.css @@ -7,15 +7,18 @@ a { text-decoration:none; } +li { + list-style:none; +} + #structure { padding-top:1px; - background-color:#fff; width:960px; margin: 0 auto; margin-top: 30px; text-align: left; border: 10px solid #fff; - } +} #logo_box { background-image:url('../images/logo.png'); @@ -63,13 +66,6 @@ a { #exhibit { float:right; - width:150px: - margin-top:25px; - margin-right:17px; -} - -.exhibit { - } .tabs { @@ -94,9 +90,8 @@ a { } .reprap_entry-title { - font: 1.5em georgia, times, serif; + font: 1.5em georgia, times; text-decoration: none; - color: black; display: block; } @@ -112,6 +107,14 @@ a { font:1.6em "lucida console"; } +.youtube_backup-entry-title{ + font:1.6em "lucida console"; +} + +.youtube_backup-entry{ + font:1.3em "lucida console"; +} + .shownDiv{ border:1px solid black; }