From 15d191904b67c3d7fb4230a2ed0ae059ce505919 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 19 Mar 2014 04:30:56 -0400 Subject: [PATCH] git rm style.css now that git-ftp uploads it automatically --- .gitignore | 1 + code/wfpl | 2 +- style.css | 211 ------------------------------------------------------------ 3 files changed, 2 insertions(+), 212 deletions(-) delete mode 100644 style.css diff --git a/.gitignore b/.gitignore index 5bfd9f2..17095ab 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /cms_images /files /tags +/style.css diff --git a/code/wfpl b/code/wfpl index e6a41aa..571c58f 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit e6a41aa2c0b3bdf17ec5c734074665488f0cef43 +Subproject commit 571c58fff7b139f590b5c4862761092bc1045436 diff --git a/style.css b/style.css deleted file mode 100644 index 183248d..0000000 --- a/style.css +++ /dev/null @@ -1,211 +0,0 @@ -header, -hgroup, -section, -footer, -aside, -nav, -article, -figure, -img { - display: block; -} -body { - margin: 0; - padding: 0; - color: #000; - background: #ffffff; - font: 14px "Verdana", sans-serif; -} -body.real_body_tag { - background: #eeeeee; -} -#cke_content { - margin-right: -30px; -} -#centerer { - position: relative; - background: #ddffff; - margin: 15px auto; - width: 940px; - -moz-box-shadow: 2px 2px 15px #777; - -webkit-box-shadow: 2px 2px 15px #777; - box-shadow: 2px 2px 13px #777; -} -header { - width: 940px; - height: 100px; - background: #ddddff; -} -nav { - float: left; - width: 180px; - padding: 10px; - background: #ddffff; -} -nav h3 span { - color: #ddffff; -} -nav h3.current span { - color: inherit; -} -nav h3.current a { - text-decoration: none; -} -#main-body { - float: left; - width: 704px; - padding: 18px 18px 54px 18px; - background: #ffffff; -} -footer { - clear: both; - width: 904px; - padding: 18px; - text-align: center; - background: #ddddff; - font-size: 80%; -} -#wfpl_messages { - border: 2px solid red; - background: #fbb; - padding: 5px; - margin: 20px 0px; -} -#wfpl_messages p { - font-size: 120%; - padding: 5px; - margin: 0px; -} -#wfpl_messages hr { - height: 1px; -} -#admin_links { - background: #fdd; - padding: 3px; - margin-bottom: 15px; -} -code.html { - display: block; - font: 12px monospace; - border: 1px solid black; - background: #ccc; -} -.caption { - margin-top: 15px; - font-weight: bold; -} -.field { - margin-bottom: 15px; -} -div.field_notes { - font-size: 12px; - line-height: 16px; -} -fieldset { - border: 1px dotted black; - padding: 0 15px 15px 15px; - margin: 15px 0; - position: relative; -} -legend { - padding: 0 6px; - font-weight: bold; -} -div.error { - border: 2px solid red; - padding: 13px; - margin: 20px; - background: #fdd; -} -h1 { - font-size: 22px; - margin: 20px 0 10px; -} -h1 + h4.tagline { - margin: -10px 0 10px; -} -h2 { - font-size: 19px; - margin: 16px 0px 8px; -} -h2 + h4.tagline { - margin: -8px 0 8px; -} -h3 { - font-size: 16px; - margin: 12px 0 5px; -} -h3 + h4.tagline { - margin: -5px 0 5px; -} -h4 { - font-size: 12px; - margin: 10px 0 3px; -} -h4 + h4.tagline { - margin: -3px 0 3px; -} -h1, -h2, -h3, -h4 { - font-weight: bold; -} -h4.tagline { - font-weight: normal; -} -p.quote { - margin: 15px 35px; -} -p.attrib { - margin: -15px 0 15px 100px; -} -span.wfpl_ifl { - display: block; - float: left; - clear: left; - font-size: 10px; - text-align: right; - background-repeat: no-repeat; - background-position: left top; - margin: 0 10px 2px 0; -} -span.wfpl_ifr { - display: block; - float: right; - clear: right; - font-size: 10px; - font-weight: normal; - text-align: right; - background-repeat: no-repeat; - background-position: left top; - margin: 0 0 2px 10px; -} -div.wfpl_ic { - margin: 15px auto; - font-size: 10px; - font-weight: normal; - text-align: right; - background-repeat: no-repeat; - background-position: center top; -} -td > :first-child, -th > :first-child, -legend + *, -article > :first-child, -section > :first-child, -nav > :first-child, -div > :first-child, -.first { - margin-top: 0px; -} -td > :last-child, -th > :last-child, -fieldset > :last-child, -article > :last-child, -section > :last-child, -nav > :last-child, -div > :last-child, -.last { - margin-bottom: 0px; -} -- 1.7.10.4