diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-15 11:47:12 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:27:22 +0100 |
commit | 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 (patch) | |
tree | 6a8b3b2706b253a782a0b094e977524dccdf68da /inc/shaarli.css | |
parent | 0aec972a8bee1689ae79a436ae6e4236022b52ef (diff) | |
download | Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.gz Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.zst Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.zip |
Template upgrade to handle plugin zones
Add a bunch of plugin placeholders in templates
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; |