You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/30 15:59:35 UTC

[2/7] allura-site git commit: [#7938] consistent semicolons at end of each line

[#7938] consistent semicolons at end of each line


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/825d2713
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/825d2713
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/825d2713

Branch: refs/heads/asf-site
Commit: 825d27132c63c38abd54aff9975ce7a0fece4d6f
Parents: 05c49ad
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Jul 28 15:57:59 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Jul 28 15:57:59 2015 -0400

----------------------------------------------------------------------
 _src/allura-theme/static/css/style.css | 174 ++++++++++++++--------------
 1 file changed, 87 insertions(+), 87 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/825d2713/_src/allura-theme/static/css/style.css
----------------------------------------------------------------------
diff --git a/_src/allura-theme/static/css/style.css b/_src/allura-theme/static/css/style.css
index 98b39d7..a1e3af1 100644
--- a/_src/allura-theme/static/css/style.css
+++ b/_src/allura-theme/static/css/style.css
@@ -3,11 +3,11 @@ html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym
     margin: 0;
     outline: 0;
     padding: 0;
-    vertical-align: baseline
+    vertical-align: baseline;
 }
 
 header, section, footer, aside, nav, article, figure, figcaption {
-    display: block
+    display: block;
 }
 
 html, body {
@@ -19,30 +19,30 @@ html, body {
 
 hr {
     border: 0;
-    height: 1px
+    height: 1px;
 }
 
 .bg-black {
-    background-color: #404040
+    background-color: #404040;
 }
 
 .bg-orange {
-    background-color: #ff9d00
+    background-color: #ff9d00;
 }
 a {
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .bg-white {
-    background-color: #FCFCFC
+    background-color: #FCFCFC;
 }
 
 .bg-shadow {
-    background-color: rgba(32, 32, 32, 0.6)
+    background-color: rgba(32, 32, 32, 0.6);
 }
 
 body, h1, h2, h3, h4, h5, h6, p, a {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -55,43 +55,43 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 h1, h2 {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 h1 a, h2 a {
-    border-bottom: 0px
+    border-bottom: 0px;
 }
 
 h3, h4, h5, h6, p {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 li, span {
-    font-family: inherit
+    font-family: inherit;
 }
 
 h1 {
-    font-size: 4em
+    font-size: 4em;
 }
 
 h2 {
-    font-size: 2.6em
+    font-size: 2.6em;
 }
 
 h3 {
-    font-size: 2.1em
+    font-size: 2.1em;
 }
 
 h4 {
-    font-size: 1.8em
+    font-size: 1.8em;
 }
 
 h5 {
-    font-size: 1.6em
+    font-size: 1.6em;
 }
 
 h6 {
-    font-size: 1.4em
+    font-size: 1.4em;
 }
 
 p {
@@ -102,11 +102,11 @@ p {
 }
 
 ul {
-    list-style-type: circle
+    list-style-type: circle;
 }
 
 ul li {
-    margin-left: 2em
+    margin-left: 2em;
 }
 
 a {
@@ -116,7 +116,7 @@ a {
     -webkit-box-sizing: border-box;
     color: inherit;
     cursor: pointer;
-    text-decoration: none
+    text-decoration: none;
 }
 
 a:hover, a:focus {
@@ -128,7 +128,7 @@ a:visited:hover {
 }
 
 b, strong {
-    font-weight: bold
+    font-weight: bold;
 }
 
 dfn, cite, em, i {
@@ -250,28 +250,28 @@ ul li ul li {
 #navbar #menu_title h6 {
     display: inline-block;
     font-family: 'Cuprum', sans-serif;
-    vertical-align: middle
+    vertical-align: middle;
 }
 
 #navbar #logo_container {
     left: 0;
     position: absolute;
     top: 0;
-    width: 100%
+    width: 100%;
 }
 
 #navbar #logo_container #logo {
     display: block;
     height: 50px;
     margin: 3px auto 0px auto;
-    width: 50px
+    width: 50px;
 }
 
 #navbar #emergency_phone_no {
     position: absolute;
     right: 25px;
     top: 8px;
-    text-align: right
+    text-align: right;
 }
 
 #nav_menu {
@@ -282,11 +282,11 @@ ul li ul li {
     position: fixed;
     top: 0;
     width: 300px;
-    z-index: 10
+    z-index: 10;
 }
 
 #nav_menu ul li.active {
-    height: 300px
+    height: 300px;
 }
 
 #nav_menu ul li {
@@ -297,22 +297,22 @@ ul li ul li {
     height: auto;
     list-style: none;
     margin: 0;
-    padding: 10px 0px
+    padding: 10px 0px;
 }
 
 #nav_menu ul li a {
     border: 0;
-    margin-left: 2em
+    margin-left: 2em;
 }
 
 footer .copy {
-    margin: 0
+    margin: 0;
 }
 
 hr {
     height: 2px;
     margin: 40px auto;
-    width: 75%
+    width: 75%;
 }
 
 button {
@@ -330,191 +330,191 @@ button {
     transition: all 0.15s ease-in-out;
     -moz-transition: all 0.15s ease-in-out;
     -o-transition: all 0.15s ease-in-out;
-    -webkit-transition: all 0.15s ease-in-out
+    -webkit-transition: all 0.15s ease-in-out;
 }
 
 button:hover, button:focus, button:active {
     background: #FCFCFC;
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .btn-orange {
     border-color: #ff9d00;
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
     background: #ff9d00;
-    color: #FCFCFC
+    color: #FCFCFC;
 }
 
 .clearfix {
-    *zoom: 1
+    *zoom: 1;
 }
 
 .clearfix::before, .clearfix::after {
     content: " ";
-    display: table
+    display: table;
 }
 
 .clearfix::after {
-    clear: both
+    clear: both;
 }
 
 .no-float {
-    float: none
+    float: none;
 }
 
 .pull-right {
-    float: right
+    float: right;
 }
 
 .pad-xs {
-    padding: 10px
+    padding: 10px;
 }
 
 .pad-sm {
-    padding: 20px
+    padding: 20px;
 }
 
 .pad-md {
-    padding: 40px
+    padding: 40px;
 }
 
 .pad-lg {
-    padding: 80px
+    padding: 80px;
 }
 
 .pad-xl {
-    padding: 120px
+    padding: 120px;
 }
 
 .pad-vert-xs {
-    padding: 10px 0px
+    padding: 10px 0px;
 }
 
 .pad-vert-sm {
-    padding: 20px 0px
+    padding: 20px 0px;
 }
 
 .pad-vert-md {
-    padding: 40px 0px
+    padding: 40px 0px;
 }
 
 .pad-vert-lg {
-    padding: 80px 0px
+    padding: 80px 0px;
 }
 
 .pad-vert-xl {
-    padding: 120px 0px
+    padding: 120px 0px;
 }
 
 .pad-vert-xxl {
-    padding: 160px 0px
+    padding: 160px 0px;
 }
 
 .pad-horiz-xs {
-    padding: 0px 10px
+    padding: 0px 10px;
 }
 
 .pad-horiz-xs {
-    padding: 0px 10px
+    padding: 0px 10px;
 }
 
 .pad-horiz-sm {
-    padding: 0px 20px
+    padding: 0px 20px;
 }
 
 .pad-horiz-md {
-    padding: 0px 40px
+    padding: 0px 40px;
 }
 
 .pad-horiz-lg {
-    padding: 0px 80px
+    padding: 0px 80px;
 }
 
 .pad-horiz-xl {
-    padding: 0px 120px
+    padding: 0px 120px;
 }
 
 .pad-top-xs {
-    padding-top: 10px
+    padding-top: 10px;
 }
 
 .pad-top-sm {
-    padding-top: 20px
+    padding-top: 20px;
 }
 
 .pad-top-md {
-    padding-top: 40px
+    padding-top: 40px;
 }
 
 .pad-top-lg {
-    padding-top: 80px
+    padding-top: 80px;
 }
 
 .pad-top-xl {
-    padding-top: 120px
+    padding-top: 120px;
 }
 
 .pad-right-xs {
-    padding-right: 10px
+    padding-right: 10px;
 }
 
 .pad-right-sm {
-    padding-right: 20px
+    padding-right: 20px;
 }
 
 .pad-right-md {
-    padding-right: 40px
+    padding-right: 40px;
 }
 
 .pad-right-lg {
-    padding-right: 80px
+    padding-right: 80px;
 }
 
 .pad-right-xl {
-    padding-right: 120px
+    padding-right: 120px;
 }
 
 .pad-bot-xs {
-    padding-bottom: 10px
+    padding-bottom: 10px;
 }
 
 .pad-bot-sm {
-    padding-bottom: 20px
+    padding-bottom: 20px;
 }
 
 .pad-bot-md {
-    padding-bottom: 40px
+    padding-bottom: 40px;
 }
 
 .pad-bot-lg {
-    padding-bottom: 80px
+    padding-bottom: 80px;
 }
 
 .pad-bot-xl {
-    padding-bottom: 120px
+    padding-bottom: 120px;
 }
 
 .pad-left-xs {
-    padding-left: 10px
+    padding-left: 10px;
 }
 
 .pad-left-sm {
-    padding-left: 20px
+    padding-left: 20px;
 }
 
 .pad-left-md {
-    padding-left: 40px
+    padding-left: 40px;
 }
 
 .pad-left-lg {
-    padding-left: 80px
+    padding-left: 80px;
 }
 
 .pad-left-xl {
-    padding-left: 120px
+    padding-left: 120px;
 }
 
 #header {
@@ -530,7 +530,7 @@ button:hover, button:focus, button:active {
 #about p {
     margin-left: auto;
     margin-right: auto;
-    max-width: 800px
+    max-width: 800px;
 }
 
 #download {
@@ -541,36 +541,36 @@ button:hover, button:focus, button:active {
     transition: all 0.05s ease-in-out;
     -moz-transition: all 0.05s ease-in-out;
     -o-transition: all 0.05s ease-in-out;
-    -webkit-transition: all 0.05s ease-in-out
+    -webkit-transition: all 0.05s ease-in-out;
 }
 
 #download ul {
-    width: 225px
+    width: 225px;
 }
 
 #development {
     background: url('../img/bg-developers-fire.jpg');
     background-position: center center;
-    background-size: cover
+    background-size: cover;
 }
 
 #development p {
     margin-left: auto;
     margin-right: auto;
-    max-width: 800px !important
+    max-width: 800px !important;
 }
 
 #development ul {
-    width: 300px
+    width: 300px;
 }
 
 #apache .button-container {
-    max-width: 700px
+    max-width: 700px;
 }
 
 .icon {
     display: block;
-    margin: 15px auto 0px auto
+    margin: 15px auto 0px auto;
 }
 
 .tm{