Commit
·
99f9af3
1
Parent(s):
06af17c
fixed padding
Browse files- static/css/styles.css +1 -1
static/css/styles.css
CHANGED
@@ -45,7 +45,7 @@ th {
|
|
45 |
.nav-tabs {
|
46 |
background-color: #f2f2f2;
|
47 |
border-radius: 10px 10px 0 0;
|
48 |
-
padding-left:
|
49 |
padding-bottom: 5px;
|
50 |
}
|
51 |
|
|
|
45 |
.nav-tabs {
|
46 |
background-color: #f2f2f2;
|
47 |
border-radius: 10px 10px 0 0;
|
48 |
+
padding-left: 58px;
|
49 |
padding-bottom: 5px;
|
50 |
}
|
51 |
|