Browse Source

adding the team section.

pull/421/head
connors 11 years ago
parent
commit
53c2022f76
  1. 39
      docs/assets/css/docs.css
  2. 2
      docs/assets/css/docs.min.css
  3. 35
      sass/docs.scss

39
docs/assets/css/docs.css

@ -1995,3 +1995,42 @@ hr {
.bs-callout-info h4 {
color: #5bc0de;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.bs-team .team-member {
color: #555;
font-size: 14px;
line-height: 32px;
}
.bs-team img {
float: left;
width: 32px;
margin-right: 10px;
border-radius: 4px;
}
.bs-team .github-btn {
float: right;
margin-top: 6px;
width: 180px;
height: 20px;
}

2
docs/assets/css/docs.min.css vendored

File diff suppressed because one or more lines are too long

35
sass/docs.scss

@ -1087,3 +1087,38 @@ hr {
.bs-callout-info h4 {
color: #5bc0de;
}
// Team module
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.bs-team .team-member {
color: #555;
font-size: 14px;
line-height: 32px;
}
.bs-team img {
float: left;
width: 32px;
margin-right: 10px;
border-radius: 4px;
}
.bs-team .github-btn {
float: right;
margin-top: 6px;
width: 180px;
height: 20px;
}

Loading…
Cancel
Save