diff --git a/html/style-color.css b/html/style-color.css index a3ca0df99..9af32dacb 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -887,4 +887,5 @@ div#div_jrn{ background-color:#EDF3FF; } - \ No newline at end of file + div.divinfo +{ color:red;text-align:right;display:block;width:30em;height:13;} \ No newline at end of file diff --git a/html/style-light.css b/html/style-light.css index 5824d2b52..b2685f099 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -920,4 +920,6 @@ div#div_jrn{ background-color:#EDF3FF; } - \ No newline at end of file + +div.divinfo +{ color:red;text-align:right;display:block;width:30em;height:13;font-weight:bold} \ No newline at end of file diff --git a/html/style.css b/html/style.css index afc0b8773..3454d4892 100644 --- a/html/style.css +++ b/html/style.css @@ -947,4 +947,5 @@ div#div_cat{ background-color:#EDF3FF; } - \ No newline at end of file +div.divinfo +{ color:red;text-align:right;display:block;width:30em;height:13;} \ No newline at end of file