Skip to content

Commit

Permalink
add some committers to the contributors list;
Browse files Browse the repository at this point in the history
fixed the default box-shadow classes; added container div to base.html
in the templates-generic folder
  • Loading branch information
ajvb committed Jun 25, 2012
1 parent a3f97ef commit ee52285
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTORS.md
@@ -1,7 +1,11 @@
# Original Authors ## Original Authors


* Steve Phillips / elimisteve / steve@builtbyptm.com * Steve Phillips / elimisteve / steve@builtbyptm.com
* AJ Bahnken / ajvb / aj@builtbyptm.com * AJ Bahnken / ajvb / aj@builtbyptm.com



Sponsored by PTM Web Engineering, LLC in Santa Barbara, California Sponsored by PTM Web Engineering, LLC in Santa Barbara, California

## Committers

* jonathanchu
* brianhv
6 changes: 3 additions & 3 deletions media-bootstrap/css/style.css
Expand Up @@ -119,9 +119,9 @@ padding-bottom:10px;
.bord70 {-moz-border-radius: 75px;-webkit-border-radius: 75px;border-radius: 75px;} .bord70 {-moz-border-radius: 75px;-webkit-border-radius: 75px;border-radius: 75px;}
.bordfull {-moz-border-radius: 125px;-webkit-border-radius: 125px;border-radius: 125px;} .bordfull {-moz-border-radius: 125px;-webkit-border-radius: 125px;border-radius: 125px;}
/* ----- Generic Box Shadows -----------*/ /* ----- Generic Box Shadows -----------*/
.boxrb {-webkit-box-shadow: 3px 3px 1px 0px , 0, 0, .5);-moz-box-shadow: 3px 3px 1px 0px , 0, 0, .5);box-shadow: 3px 3px 1px 0px , 0, 0, .5);} .boxrb {-webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, .5);-moz-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, .5);box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, .5);}
.boxlb {-webkit-box-shadow: -3px 3px 1px 0px , 0, 0, .5);-moz-box-shadow: -3px 3px 1px 0px , 0, 0, .5);box-shadow: -3px 3px 1px 0px , 0, 0, .5);} .boxlb {-webkit-box-shadow: -3px 3px 1px 0px rgba(0, 0, 0, .5);-moz-box-shadow: -3px 3px 1px 0px rgba(0, 0, 0, .5);box-shadow: -3px 3px 1px 0px rgba(0, 0, 0, .5);}
.boxbottom {-webkit-box-shadow: 0px 10px 2px -5px , 0, 0, .5);-moz-box-shadow: 0px 10px 2px -5px , 0, 0, .5);box-shadow: 0px 10px 2px -5px , 0, 0, .5);} .boxbottom {-webkit-box-shadow: 0px 10px 2px -5px rgba(0, 0, 0, .5);-moz-box-shadow: 0px 10px 2px -5px rgba(0, 0, 0, .5);box-shadow: 0px 10px 2px -5px rgba(0, 0, 0, .5);}
/*============================ /*============================
Main Content Main Content
=============================*/ =============================*/
Expand Down
17 changes: 12 additions & 5 deletions media-generic/css/style.css
Expand Up @@ -168,15 +168,22 @@ padding-bottom:10px;
.bord70 {-moz-border-radius: 75px;-webkit-border-radius: 75px;border-radius: 75px;} .bord70 {-moz-border-radius: 75px;-webkit-border-radius: 75px;border-radius: 75px;}
.bordfull {-moz-border-radius: 125px;-webkit-border-radius: 125px;border-radius: 125px;} .bordfull {-moz-border-radius: 125px;-webkit-border-radius: 125px;border-radius: 125px;}
/* ----- Generic Box Shadows -----------*/ /* ----- Generic Box Shadows -----------*/
.boxrb {-webkit-box-shadow: 3px 3px 1px 0px , 0, 0, .5);-moz-box-shadow: 3px 3px 1px 0px , 0, 0, .5);box-shadow: 3px 3px 1px 0px , 0, 0, .5);} .boxrb {-webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, .5);-moz-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, .5);box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, .5);}
.boxlb {-webkit-box-shadow: -3px 3px 1px 0px , 0, 0, .5);-moz-box-shadow: -3px 3px 1px 0px , 0, 0, .5);box-shadow: -3px 3px 1px 0px , 0, 0, .5);} .boxlb {-webkit-box-shadow: -3px 3px 1px 0px rgba(0, 0, 0, .5);-moz-box-shadow: -3px 3px 1px 0px rgba(0, 0, 0, .5);box-shadow: -3px 3px 1px 0px rgba(0, 0, 0, .5);}
.boxbottom {-webkit-box-shadow: 0px 10px 2px -5px , 0, 0, .5);-moz-box-shadow: 0px 10px 2px -5px , 0, 0, .5);box-shadow: 0px 10px 2px -5px , 0, 0, .5);} .boxbottom {-webkit-box-shadow: 0px 10px 2px -5px rgba(0, 0, 0, .5);-moz-box-shadow: 0px 10px 2px -5px rgba(0, 0, 0, .5);box-shadow: 0px 10px 2px -5px rgba(0, 0, 0, .5);}
/*============================ /*============================
END OF HELPER END OF HELPER
=============================*/ =============================*/
/*===========================
* Container
===========================*/
.container {

}

/*============================ /*============================
Nav * Nav
=============================*/ ============================*/
#banner { #banner {


} }
Expand Down
2 changes: 2 additions & 0 deletions templates-generic/base.html
Expand Up @@ -28,6 +28,7 @@


<body class="body"> <body class="body">
{# Content #} {# Content #}
<div class="container">
<header id="banner"> <header id="banner">
<h1><a href="#"></a></h1> <h1><a href="#"></a></h1>


Expand All @@ -51,6 +52,7 @@ <h1><a href="#"></a></h1>
<footer class="footer"> <footer class="footer">
<p><a href="#"></a></p> <p><a href="#"></a></p>
</footer> </footer>
</div>
{# End Content #} {# End Content #}


<!--[if lt IE 9]> <!--[if lt IE 9]>
Expand Down

0 comments on commit ee52285

Please sign in to comment.