mcramer
2013-10-11 faf39c3f7909d9ad6c52b40a4f7b7dc591510377
Fixed too small font size in tipsy tooltips

1 files modified
2 ■■■ changed files
interface/web/themes/default/css/styles.css 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/styles.css
@@ -1506,7 +1506,7 @@
/* content_ispc
-------------------------------------------------------------- */
.tipsy {
    font-size: 10px;
    font-size: 12px !important;
    position: absolute;
    padding: 5px;
    z-index: 100000;