From: Steve Sutton Date: Thu, 28 Aug 2014 13:43:31 +0000 (-0400) Subject: Remove svn files X-Git-Tag: v1.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=32fccb6d858be46b5c08e941bf0dc8627a47fdd0;p=web%2FStIgnaceBudgetHost.git Remove svn files don't need the svn folders --- diff --git a/.svn/entries b/.svn/entries deleted file mode 100644 index 48082f7..0000000 --- a/.svn/entries +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/.svn/format b/.svn/format deleted file mode 100644 index 48082f7..0000000 --- a/.svn/format +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/.svn/pristine/03/034e8199715d9583125610e730539c13aff9c360.svn-base b/.svn/pristine/03/034e8199715d9583125610e730539c13aff9c360.svn-base deleted file mode 100644 index 9d239fe..0000000 Binary files a/.svn/pristine/03/034e8199715d9583125610e730539c13aff9c360.svn-base and /dev/null differ diff --git a/.svn/pristine/16/164eb68be96295c23a41aacec83d4b511348b03e.svn-base b/.svn/pristine/16/164eb68be96295c23a41aacec83d4b511348b03e.svn-base deleted file mode 100644 index 649b00f..0000000 Binary files a/.svn/pristine/16/164eb68be96295c23a41aacec83d4b511348b03e.svn-base and /dev/null differ diff --git a/.svn/pristine/2d/2d74da712ade827c2aec406e5fd83c7b56a7c325.svn-base b/.svn/pristine/2d/2d74da712ade827c2aec406e5fd83c7b56a7c325.svn-base deleted file mode 100644 index bd855c6..0000000 Binary files a/.svn/pristine/2d/2d74da712ade827c2aec406e5fd83c7b56a7c325.svn-base and /dev/null differ diff --git a/.svn/pristine/31/3150176dedf54f640fbd0e5d4288f8c204e2ee44.svn-base b/.svn/pristine/31/3150176dedf54f640fbd0e5d4288f8c204e2ee44.svn-base deleted file mode 100644 index 416405f..0000000 Binary files a/.svn/pristine/31/3150176dedf54f640fbd0e5d4288f8c204e2ee44.svn-base and /dev/null differ diff --git a/.svn/pristine/32/320005c50058ad48ab9b602dafefc91520b717b2.svn-base b/.svn/pristine/32/320005c50058ad48ab9b602dafefc91520b717b2.svn-base deleted file mode 100644 index 1deb12f..0000000 Binary files a/.svn/pristine/32/320005c50058ad48ab9b602dafefc91520b717b2.svn-base and /dev/null differ diff --git a/.svn/pristine/3b/3b97f58dc53f1dae9a5baa22e69bc411a83f9ee6.svn-base b/.svn/pristine/3b/3b97f58dc53f1dae9a5baa22e69bc411a83f9ee6.svn-base deleted file mode 100644 index db97616..0000000 Binary files a/.svn/pristine/3b/3b97f58dc53f1dae9a5baa22e69bc411a83f9ee6.svn-base and /dev/null differ diff --git a/.svn/pristine/54/540135a23ff06d31b504b8072b44c1c3511e5a55.svn-base b/.svn/pristine/54/540135a23ff06d31b504b8072b44c1c3511e5a55.svn-base deleted file mode 100644 index 9bbb610..0000000 Binary files a/.svn/pristine/54/540135a23ff06d31b504b8072b44c1c3511e5a55.svn-base and /dev/null differ diff --git a/.svn/pristine/88/887fa165bcb358dafc2952a45c6e1e2d98e453b6.svn-base b/.svn/pristine/88/887fa165bcb358dafc2952a45c6e1e2d98e453b6.svn-base deleted file mode 100644 index e62bb08..0000000 --- a/.svn/pristine/88/887fa165bcb358dafc2952a45c6e1e2d98e453b6.svn-base +++ /dev/null @@ -1,237 +0,0 @@ - -/*======== UNIVERSAL STYLES ========*/ -body { - background: #eddbcc; - font-family: arial, sans-serif; - font-size: 13px; - text-align: center; - margin: 0; - padding: 0; - } -img { - border: 0; - } -ul, li { - list-style-type: none; - margin: 0; - padding: 0; - display: block; - } - -#wrapper { - margin: 0 auto; - text-align: left; - width: 990px; - background: url(assets/bgRepeat.png) repeat-y white; - } -#wrapperInner { - height: 1%; - overflow: hidden; - background: url(assets/bgInside.jpg) no-repeat; - } - -/*======== HEADER ========*/ -#top { - height: 150px; - position: relative; - } -#logo { - position: absolute; - left: 330px; - top: 65px; - } -#nav { - margin: 0 20px; - height: 1%; - overflow: hidden; - } -#nav li { - float: left; - } -#nav a { - display: block; - padding: 14px 23px 14px 13px; - text-decoration: none; - font-size: 14px; - background: url(assets/divider.png) no-repeat right center; - } -#nav a:link { - color: #115280; - } -#nav a:visited { - color: #115280; - } -#nav a:hover { - color: #947235; - text-decoration: underline; - } -#nav a:active { - color: #115280; - } - -/*======== HOME PAGE STYLES ========*/ -#home #wrapperInner { - background-image: url(assets/bg.jpg); - } -#main { - margin: 0 50px; - } -#home #category { - margin-right: 350px; - } -/*======== INSIDE PAGE STYLES ========*/ -#breadcrumbs { - font-size: 11px; - font-weight: normal; - text-transform: uppercase; - margin-left: 14px; - color: #44432b; - -} -#breadcrumbs a { - color: #000; - text-decoration: none; - font-weight: bold; - margin: 0 3px; -} -#breadcrumbs a:hover { color: #ababab; } - -#column { - width: 200px; - float: left; - } -#subnav { - margin: 16px 19px; - background: url(assets/subnavBg.jpg) no-repeat white; - } -#subnav h2 { - padding: 17px 0 7px 14px; - color: #947235; - font-size: 18px; - margin: 0; - } -#subnav ul { - } -#subnav a { - display: block; - text-decoration: none; - padding: 7px 14px; - } -#subnav a:link { - color: #947235; - } -#subnav a:visited { - color: #947235; - } -#subnav a:hover { - color: #FFF; - background: #8da0ab; - } -#subnav a:active { - color: #947235; - } -#inside #main { - float: left; - width: 720px; - margin: 0 0 0 30px; - } - -/*======== TOOLBOX STYLES ========*/ -#toolbox h1, #toolbox h2 { - font-family: 'century gothic', arial, helvetica, sans-serif; - font-weight: normal; - font-size: 20px; - } - -#paragraphLinks a{ - text-decoration: none; - padding: 2px 7px; -} -#paragraphLinks a:link{ - color: #947235; -} -#paragraphLinks a:visited { - color: #947235; - } -#paragraphLinks a:hover { - color: #FFF; - background: #8da0ab; - } -#paragraphLinks a:active { - color: #947235; - }.imageleft { - float: left; - margin: 0 10px 10px 0; - } -.imageright { - float: right; - margin: 0 0 10px 10px; - } -.imagecaption { - font-size:10px; - color: #516d88; - } -.listing { - clear: both; - } - -/*======== FOOTER ========*/ -#footer { - background: url(assets/footerBg.png) no-repeat; - height: 57px; - clear: both; - } -#footer p { - padding-top: 23px; - margin: 0; - font-family: 'century gothic' helvetica, sans-serif; - font-size: 13px; - text-align: center; - color: white; - font-weight: bold; - } -#accreditations { - position: relative; - height: 100px; - } -#accreditations li { - position: absolute; - background-image: url(assets/accreditationsBg.png); - text-indent: -9000px; - } -#aAAD { - top: 10px; - left: 175px; - background-position: 0 0; - width: 74px; - height: 73px; - } -#aABD { - top: 10px; - left: 315px; - background-position: -74px 0; - width: 72px; - height: 73px; - } -#aACMS { - top: 20px; - left: 458px; - background-position: -146px 0; - width: 161px; - height: 73px; - } -#aASDS { - top: 20px; - left: 680px; - background-position: -307px 0; - width: 140px; - height: 73px; - } - -#copyright{ - text-align:center; - background:#EDDBCC; - clear:both; - font-size:10px; - padding: 20px 0; - } diff --git a/.svn/pristine/aa/aa23a4eb0852d6e5b02ecc79c79a42df2c838b39.svn-base b/.svn/pristine/aa/aa23a4eb0852d6e5b02ecc79c79a42df2c838b39.svn-base deleted file mode 100644 index 80301d3..0000000 Binary files a/.svn/pristine/aa/aa23a4eb0852d6e5b02ecc79c79a42df2c838b39.svn-base and /dev/null differ diff --git a/.svn/pristine/b4/b41b8acade6548c141f9ff4248fafabb428081d8.svn-base b/.svn/pristine/b4/b41b8acade6548c141f9ff4248fafabb428081d8.svn-base deleted file mode 100644 index ab80fca..0000000 Binary files a/.svn/pristine/b4/b41b8acade6548c141f9ff4248fafabb428081d8.svn-base and /dev/null differ diff --git a/.svn/pristine/cd/cd7cf7c89e4245eeddc3af236fe4758fb1e32691.svn-base b/.svn/pristine/cd/cd7cf7c89e4245eeddc3af236fe4758fb1e32691.svn-base deleted file mode 100644 index 24bb7f1..0000000 --- a/.svn/pristine/cd/cd7cf7c89e4245eeddc3af236fe4758fb1e32691.svn-base +++ /dev/null @@ -1,94 +0,0 @@ - - - -{title:h} - - - - - - - -
-
-
- - - -
- - -
-
-
-

Page Header

-
- toolboxTMP (26K) -
This is the imagecaption
-
-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-
-
-

Header

-
- toolboxTMP (26K) -
This is the imagecaption
-
-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-
-
-

Header

-
- toolboxTMP (26K) -
This is the imagecaption
-
-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-

Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access.

-
-
-
- -
    -
  • AAD
  • -
  • ABD
  • -
  • ACMS
  • -
  • ASDS
  • -
- -
-
- - diff --git a/.svn/pristine/e1/e154cf56f6087ee31ee27857ac998680ee2d1854.svn-base b/.svn/pristine/e1/e154cf56f6087ee31ee27857ac998680ee2d1854.svn-base deleted file mode 100644 index c8a76c7..0000000 Binary files a/.svn/pristine/e1/e154cf56f6087ee31ee27857ac998680ee2d1854.svn-base and /dev/null differ diff --git a/.svn/pristine/fe/feddaafbe3d2d64edaa606ecab69e1dad9d1f9f3.svn-base b/.svn/pristine/fe/feddaafbe3d2d64edaa606ecab69e1dad9d1f9f3.svn-base deleted file mode 100644 index 6bf55f5..0000000 Binary files a/.svn/pristine/fe/feddaafbe3d2d64edaa606ecab69e1dad9d1f9f3.svn-base and /dev/null differ diff --git a/.svn/wc.db b/.svn/wc.db deleted file mode 100644 index 3e7f212..0000000 Binary files a/.svn/wc.db and /dev/null differ