Sha256: c7c8251b7fae1547d7b54352dc5db9243fbde61c632f4d9e7a7383f5301fa425

Contents?: true

Size: 1.34 KB

Versions: 7

Compression:

Stored size: 1.34 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 hubstats/bootstrap
 *= require select2
 *= require select2-bootstrap
 *= require_tree .
 */


.numeric, .title {
  text-align: center;
}

#header {
  padding-top: 5px; 
}

#header .title {
  font-size: 28px;
}

.single-comment > .user-image, .single-pull > .user-image {
  padding: 5px;
}

.user-image > img{
  width: 55px;
  height: 55px;
}

.pulls, .comments {
  margin: 15px 0px 15px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pulls > .col, .comments > .col {
  padding: 0px 5px 0px 5px;
}

.row .single-pull, .row .single-comment {
  padding:5px;
  margin: 0px;
  border-bottom: 1px solid #ccc;
}

.comment-info > .well {
  padding: 10px;
  margin-bottom: 5px;
}

.single-pull > .pull-info {
  padding: 0px;
}
.pull-info > h4 {
  margin: 0px;
}

.push-down {
  margin-top: 8px;
}

.push-down-farther {
 margin-top: 15px;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubstats-0.0.16 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.15 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.14 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.13 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.12 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.10 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.9 app/assets/stylesheets/hubstats/application.css