Style bootstrap tooltip; show FC share in article price info

This commit is contained in:
Julius 2013-07-08 22:10:36 +02:00
parent bba70dc875
commit a6228bdcf2
4 changed files with 16 additions and 0 deletions

View file

@ -50,6 +50,16 @@ body {
margin: 0;
}
// Light tooltips without empty space below tables
.tooltip-inner {
color: #000;
background-color: rgb(245,245,245);
border: 1px solid #ccc;
}
.tooltip-inner .table {
margin-bottom: 0;
}
@mainRedColor: #ED0606;
.logo {