content/css/roller.css [2:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

    .sprite {
        display: inline-block;
        height: 20px;
        margin: 0 auto 4px;
        outline: medium none;
        text-indent: -999em;
        width: 24px;
        background-image: url('{{base}}images/sprites.png');
        background-repeat: no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .edit-page {
        display: inline-block;
        height: 20px;
        margin: 0 auto 4px;
        outline: medium none;
        text-indent: -999em;
        width: 24px;
        background-image: url('{{base}}images/edit.png');
        background-repeat: no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .markdown-content {
        min-height: 500px;
    }
    .book-image img {
      border: 1px;
      border-style: solid;
    }
    .release-matrix .heading {
        background-color: #eeeeee;
    }
    .release-matrix .new {
        color: #dd0000;
        font-weight: bolder;
    }
    .stub,.note {
        position: relative;
        padding: 7px 15px;
        margin-bottom: 18px;
        color: #404040;
        background-color: #eedc94;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
        background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
        background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
        background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
        background-image: -o-linear-gradient(top, #fceec1, #eedc94);
        background-image: linear-gradient(top, #fceec1, #eedc94);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #eedc94 #eedc94 #e4c652;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }
    
    div.XXXisis-tweak form {
        margin-top: 6px;
        margin-bottom: -2px;
    }
    
    div.row div.col-md-12 {
      border-top: 1px solid #eeeeee;
   }

    .container {
      width: 940px;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sources/src/main/jbake/assets/css/roller.css [2:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

    .sprite {
        display: inline-block;
        height: 20px;
        margin: 0 auto 4px;
        outline: medium none;
        text-indent: -999em;
        width: 24px;
        background-image: url('{{base}}images/sprites.png');
        background-repeat: no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .edit-page {
        display: inline-block;
        height: 20px;
        margin: 0 auto 4px;
        outline: medium none;
        text-indent: -999em;
        width: 24px;
        background-image: url('{{base}}images/edit.png');
        background-repeat: no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .markdown-content {
        min-height: 500px;
    }
    .book-image img {
      border: 1px;
      border-style: solid;
    }
    .release-matrix .heading {
        background-color: #eeeeee;
    }
    .release-matrix .new {
        color: #dd0000;
        font-weight: bolder;
    }
    .stub,.note {
        position: relative;
        padding: 7px 15px;
        margin-bottom: 18px;
        color: #404040;
        background-color: #eedc94;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
        background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
        background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
        background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
        background-image: -o-linear-gradient(top, #fceec1, #eedc94);
        background-image: linear-gradient(top, #fceec1, #eedc94);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #eedc94 #eedc94 #e4c652;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }
    
    div.XXXisis-tweak form {
        margin-top: 6px;
        margin-bottom: -2px;
    }
    
    div.row div.col-md-12 {
      border-top: 1px solid #eeeeee;
   }

    .container {
      width: 940px;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



