Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/less/team.less')
-rw-r--r--docs/assets/less/team.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/assets/less/team.less b/docs/assets/less/team.less
new file mode 100644
index 0000000000..f85a5bfe35
--- /dev/null
+++ b/docs/assets/less/team.less
@@ -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;
+}