From df937c0c77a2dee0d324392aaef0bae3340bdcae Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Mon, 19 Dec 2011 19:30:37 -0500 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++ public_html/css/base.css | 14 +++++------ 2 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c091839 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Numerous always-ignore extensions +################### +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi +*~ + +*.sass-cache +# Folders to ignore +################### +.hg +.svn +.CVS +# OS or Editor folders +################### +.DS_Store +Icon? +Thumbs.db +ehthumbs.db +nbproject +.cache +.project +.settings +.tmproj +*.esproj +*.sublime-project +*.sublime-workspace +# Dreamweaver added files +################### +_notes +dwsync.xml +# Komodo +################### +*.komodoproject +.komodotools diff --git a/public_html/css/base.css b/public_html/css/base.css index dbba219..8457f06 100755 --- a/public_html/css/base.css +++ b/public_html/css/base.css @@ -7,15 +7,15 @@ version: 2.5.1 /* base.css, part of YUI's CSS Foundation */ h1 { /*18px via YUI Fonts CSS foundation*/ - font-size:138.5%; + font-size:138.5%; } h2 { /*16px via YUI Fonts CSS foundation*/ - font-size:123.1%; + font-size:123.1%; } h3 { /*14px via YUI Fonts CSS foundation*/ - font-size:108%; + font-size:108%; } h1,h2,h3 { /* top & bottom margin based on font size */ @@ -23,13 +23,13 @@ h1,h2,h3 { } h1,h2,h3,h4,h5,h6,strong { /*bringing boldness back to headers and the strong element*/ - font-weight:bold; + font-weight:bold; } abbr,acronym { /*indicating to users that more info is available */ border-bottom:1px dotted #000; cursor:help; -} +} em { /*bringing italics back to the em element*/ font-style:italic; @@ -44,7 +44,7 @@ ol,ul,dl { } ol li { /*giving OL's LIs generated numbers*/ - list-style: decimal outside; + list-style: decimal outside; } ul li { /*giving UL's LIs generated disc markers*/ @@ -74,6 +74,6 @@ p,fieldset,table,pre { /*so things don't run into each other*/ margin-bottom:1em; } -/* setting a consistent width, 160px; +/* setting a consistent width, 160px; control of type=file still not possible */ input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}