Sha256: 6037c7b8d83f1b8700ce29c73049621c7bffcb03ac3e905f54ce007b7bf49a4c

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */
 
.nav-collapse.collapse {
  height: auto !important;
  overflow: visible !important;
}

body .navbar .nav {
  width: 875px;
  margin: 0px;
  > li.help-link {
    float: right;
  }
}

body > .container {
  padding: 60px 0px 100px;
}

.container > .row {
  margin: 0px;
}

.controls > .input > textarea {
  width: 500px;
}

body .navbar .brand {
  color: #fff; 
}

form.button_to {
  display: inline;
  margin: 0px;
  
  > div {
    display: inline;
  }
}

span.buttons {
  margin: 20px 0px;
  display: block;
}

.span3.docs-sidebar {
    margin-left: 0;
}



td {
  padding: 1px 50px 1px 0px; 
}

.on-page-documentation {
  width: 250px;
  float: right;
  position: relative;
  
  /*
    Super ugly hack to fix hr problem
  */
  &:before {
    content: " ";
    height: 100%;
    width: 10px;
    background: white;
    left: -11px;
    top: 0px;
    display: block;
    position: absolute;
  }
}

.img-polaroid {
  max-width: 95%;
}







Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
burp_cms-1.3.28 app/assets/stylesheets/burp/application.less
burp_cms-1.3.27 app/assets/stylesheets/burp/application.less