Skip to content

Instantly share code, notes, and snippets.

@alsoicode
Created December 22, 2011 16:30
Show Gist options
  • Select an option

  • Save alsoicode/1510900 to your computer and use it in GitHub Desktop.

Select an option

Save alsoicode/1510900 to your computer and use it in GitHub Desktop.

Revisions

  1. @iambrandontaylor iambrandontaylor created this gist Dec 22, 2011.
    76 changes: 76 additions & 0 deletions .less file correctly compiled
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,76 @@
    body {
    background: url("../images/bg-page.jpg") no-repeat scroll 50% 0 #050404;
    }
    img {
    display: block;
    }
    footer {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    }
    footer p {
    font-size: 10px;
    color: white;
    }
    #cchs-logo {
    display: block;
    margin: 10px 0 0 0;
    }
    header .search {
    background: url("../images/bg-page-top.gif") scroll left top repeat;
    overflow: auto;
    /* Override Bootstrap to float form right */

    }
    header .search .row > form[class*="span"] {
    display: block;
    float: right;
    margin: 0 5px 0 0;
    }
    header .search .row {
    margin-bottom: 0;
    }
    header .search form {
    background-color: #000;
    }
    header .search form fieldset {
    padding-top: 4px;
    margin-bottom: 6px;
    }
    header .search form legend {
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 5px 0 0 5px;
    text-transform: uppercase;
    }
    header .search form input[type="text"] {
    width: 140px;
    margin: 0 0 0 5px;
    color: #333;
    font-size: 11px;
    height: 9px;
    }
    header .search nav ul {
    margin-bottom: 0;
    }
    header .search nav ul li {
    display: block;
    float: left;
    }
    header .search nav ul li a {
    color: #fff;
    text-transform: uppercase;
    display: inherit;
    padding: 3px 9px;
    font-size: 11px;
    letter-spacing: 1px;
    }
    header .search nav ul li a:hover {
    background-color: black;
    text-decoration: none;
    }
    header .search nav ul li.active {
    background-color: black;
    }