Sha256: 1da00a3b0db0c631556412351c09df5dd60e3e1906877f371fe8a8b0bffbf6dd

Contents?: true

Size: 1.66 KB

Versions: 4

Compression:

Stored size: 1.66 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;
}

.text-large {
  font-size: 32px;
}
.stat-label {
  display: inline-block;
}

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

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

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

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

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

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

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

.single-pull > .pull-info, .single-user > .user-info {
  padding: 0px;
}

.pull-info > h4, .user-info > h4 {
  margin: 0px;
}

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

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

.subtle:hover {
  text-decoration: none;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hubstats-0.0.21 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.20 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.19 app/assets/stylesheets/hubstats/application.css
hubstats-0.0.18 app/assets/stylesheets/hubstats/application.css