aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/css/style.css')
-rwxr-xr-xthemes/default/css/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css
index e536ac6b..11a8ea1c 100755
--- a/themes/default/css/style.css
+++ b/themes/default/css/style.css
@@ -331,7 +331,8 @@ a.email span,
331a.delete span, 331a.delete span,
332a.link span, 332a.link span,
333a.bad-display span, 333a.bad-display span,
334a.reading-time span { 334a.reading-time span,
335a.print span {
335 background-repeat: no-repeat; 336 background-repeat: no-repeat;
336} 337}
337 338
@@ -402,3 +403,13 @@ a#bagit-form-close {
402.opacity03 { 403.opacity03 {
403 /*opacity: 0.3;*/ 404 /*opacity: 0.3;*/
404} 405}
406
407#readLeftPercent {
408 display: inline-block;
409 /* Show textual content */
410 overflow: visible;
411 text-align: left;
412 text-indent: 0;
413 color: black;
414 width: 50px;
415} \ No newline at end of file