From 8d6a95423e75f2f514dfa981187901bfe6310011 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Fri, 3 Jan 2014 20:15:00 -0600 Subject: [PATCH] Fixed a couple typos, working on the directory listing for /files, theme integration mainly --- files/.pdirl/templates/default/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/.pdirl/templates/default/style.css b/files/.pdirl/templates/default/style.css index 2eca3b2..5aeddc0 100644 --- a/files/.pdirl/templates/default/style.css +++ b/files/.pdirl/templates/default/style.css @@ -28,28 +28,28 @@ table td.mtime { div.total { background: #f8f8f8; padding: 2px; } -#headerwrap { +breadcrumbwrap { background: #083844; padding: 10px 10px 5px; border-bottom: 5px solid #D6C47C; } -#header { +breadcrumb { width: 700px; margin: 0px auto; color: #FFF3CF; } -#header a { +breadcrumb a { font-size:inherit; color: #DFD999; } -#header a:hover { +#breadcrumb a:hover { color: #CFC98E; } -#header ul { +#breadcrumb ul { list-style-type: none; } -#header ul li { +#breadcrumb ul li { float: left; margin-right: 5px; font-size: 15px; } -#header ul a { +#breadcrumb ul a { font-size: inherit; } -#contentwrap { +dirwrap { margin: 20px auto; padding: 0; width: 700px; box-shadow: 0px 0px 10px #999; } #nothing {