From 17dbef223df40c11d536796d8d3c8453c045e9df Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Sun, 10 Mar 2013 17:34:14 +0100 Subject: [PATCH] updated CSS to fit with new BIBTEXBROWSER_LAYOUT --- bibtexbrowser.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 1fa4e5b..08a457c 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -3016,14 +3016,19 @@ function bibtexbrowserDefaultCSS() { color: #ff6633; } +.bibitem { + display: inline; /* for
if BIBTEXBROWSER_LAYOUT='definition' */ + margin-left:5px; +} + .bibref { padding:7px; padding-left:15px; vertical-align:text-top; + display: inline; /* for
if BIBTEXBROWSER_LAYOUT='definition' */ } .result { - padding:0px; border: 1px solid #000000; margin:0px; background-color: #ffffff;