mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Reorganize v3 docs CSS to use Less
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.bs-team .team-member {
|
||||
line-height: 32px;
|
||||
color: #555;
|
||||
}
|
||||
.bs-team .team-member:hover {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
.bs-team .github-btn {
|
||||
float: right;
|
||||
width: 180px;
|
||||
height: 20px;
|
||||
margin-top: 6px;
|
||||
border: none;
|
||||
}
|
||||
.bs-team img {
|
||||
float: left;
|
||||
width: 32px;
|
||||
margin-right: 10px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user