aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-11-27 11:30:34 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-11-27 13:52:21 +0100
commitdae5bf58a4d228047caadfd5f2fe2c149cb266c8 (patch)
treefcc9a1a2bc5445ab688f286d68cffd445b0b9d89 /server/sonar-web/src/main/less
parentd32e10df85f49769060b5485cfb3d117e14bec2c (diff)
downloadsonarqube-dae5bf58a4d228047caadfd5f2fe2c149cb266c8.tar.gz
sonarqube-dae5bf58a4d228047caadfd5f2fe2c149cb266c8.zip
SONAR-7050 SONAR-7051 SONAR-7052 add ability to generate, list and revoke user tokens
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r--server/sonar-web/src/main/less/init/tables.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/less/init/tables.less b/server/sonar-web/src/main/less/init/tables.less
index 4f63315ce92..e52bce463f2 100644
--- a/server/sonar-web/src/main/less/init/tables.less
+++ b/server/sonar-web/src/main/less/init/tables.less
@@ -48,10 +48,6 @@ table.data td.small, table.data th.small {
white-space: nowrap;
}
-table.data th img, table.data td img {
- vertical-align: sub;
-}
-
table.data.zebra > tbody > tr:nth-child(odd) {
background-color: #f5f5f5;
}