diff options
| author | Mark Otto <[email protected]> | 2015-06-13 14:05:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-13 14:05:25 -0700 |
| commit | e615ae053c816fa477d158562e20ecaf2609128d (patch) | |
| tree | ac3f31f94e9dd82a2fd51af185aa66ad68e0a24a /docs/assets | |
| parent | ea803e55ffed3e75d1049b14e448c05235229f94 (diff) | |
| download | bootstrap-e615ae053c816fa477d158562e20ecaf2609128d.tar.xz bootstrap-e615ae053c816fa477d158562e20ecaf2609128d.zip | |
overhaul nav and shit again
- drop the index pages save for examples
- comment out the extend section for now
- fix up spacing fix on team list
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/scss/_team.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/scss/_team.scss b/docs/assets/scss/_team.scss index fe51424c1..d42bd0778 100644 --- a/docs/assets/scss/_team.scss +++ b/docs/assets/scss/_team.scss @@ -3,20 +3,25 @@ // .bd-team { + margin-bottom: 1.5rem; + .team-member { line-height: 2rem; color: #555; } + .team-member:hover { color: #333; text-decoration: none; } + .github-btn { float: right; width: 180px; height: 1.25rem; margin-top: .25rem; } + img { float: left; width: 2rem; |
