From d46e341448731b2eebf0c56a7926b5890476b10a Mon Sep 17 00:00:00 2001 From: rlx Date: Thu, 24 Jan 2019 11:11:44 +0530 Subject: [PATCH] update css --- static/js/annotation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/annotation.js b/static/js/annotation.js index 9a19f47..69591a2 100644 --- a/static/js/annotation.js +++ b/static/js/annotation.js @@ -9,9 +9,9 @@ oml.ui.annotation = function(data, $iframe) { backgroundColor: 'white', borderBottom: '1px solid rgb(208, 208, 208)', color: 'black', - fontFamily: 'serif', - fontSize: '15px', - lineHeight: '20px', + fontFamily: 'Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif', + fontSize: '14px', + lineHeight: '21px', padding: '8px' }).html(data.text).on({ click: function(event) {