diff options
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 78bcfd34..d1193488 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -405,12 +405,12 @@ h1 { | |||
405 | } | 405 | } |
406 | */ | 406 | */ |
407 | 407 | ||
408 | .linkdate, .linkarchive { | 408 | .linkdate { |
409 | font-size:8pt; | 409 | font-size:8pt; |
410 | color:#888; | 410 | color:#888; |
411 | } | 411 | } |
412 | 412 | ||
413 | .linkdate a, .linkarchive a { | 413 | .linkdate a { |
414 | color:#E28E3F; | 414 | color:#E28E3F; |
415 | } | 415 | } |
416 | 416 | ||
@@ -451,12 +451,12 @@ a.qrcode img { | |||
451 | color: #F57900; | 451 | color: #F57900; |
452 | } | 452 | } |
453 | 453 | ||
454 | .linkdate, .linkarchive { | 454 | .linkdate { |
455 | font-size: 8pt; | 455 | font-size: 8pt; |
456 | color: #888; | 456 | color: #888; |
457 | } | 457 | } |
458 | 458 | ||
459 | .linkdate a, .linkarchive a { | 459 | .linkdate a { |
460 | background-image: url('../images/calendar.png'); | 460 | background-image: url('../images/calendar.png'); |
461 | padding: 2px 0 3px 20px; | 461 | padding: 2px 0 3px 20px; |
462 | background-repeat: no-repeat; | 462 | background-repeat: no-repeat; |