diff options
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index cdc05790..13e6ab33 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* CSS Stylsheet for Shaarli - http://sebsauvage.net/wiki/doku.php?id=php:shaarli */ | 1 | /* Cascading Stylesheet for Shaarli - http://sebsauvage.net/wiki/doku.php?id=php:shaarli */ |
2 | 2 | ||
3 | /* CSS Reset from Yahoo to cope with browsers CSS inconsistencies. */ | 3 | /* CSS Reset from Yahoo to cope with browsers CSS inconsistencies. */ |
4 | /* | 4 | /* |
@@ -408,13 +408,13 @@ div.dailyEntryDescription | |||
408 | overflow:auto; | 408 | overflow:auto; |
409 | } | 409 | } |
410 | 410 | ||
411 | /* Common css screwdriver */ | 411 | /* Common CSS screwdriver */ |
412 | .clear{ | 412 | .clear{ |
413 | clear:both; | 413 | clear:both; |
414 | } | 414 | } |
415 | 415 | ||
416 | /* For lazy images loading in picture wall. | 416 | /* For lazy images loading in picture wall. |
417 | using http://www.appelsiini.net/projects/lazyload | 417 | Using http://www.appelsiini.net/projects/lazyload |
418 | */ | 418 | */ |
419 | .lazyimage { display:none; } | 419 | .lazyimage { display:none; } |
420 | 420 | ||
@@ -451,7 +451,7 @@ a {color:#000!important;text-decoration:none!important;} | |||
451 | #searchform_value { width:70% !important; } | 451 | #searchform_value { width:70% !important; } |
452 | #tagfilter_value { width:70% !important; } | 452 | #tagfilter_value { width:70% !important; } |
453 | div.qrcode { position:relative; float:left; top:-10px; left:0px; } | 453 | div.qrcode { position:relative; float:left; top:-10px; left:0px; } |
454 | #paging_privatelinks { float;none; } | 454 | #paging_privatelinks { float:none; } |
455 | #paging_linksperpage { float:none; margin-bottom:10px; font-size:smaller;} | 455 | #paging_linksperpage { float:none; margin-bottom:10px; font-size:smaller;} |
456 | #paging_older,#paging_newer,#paging_linksperpage a { border: 1px solid black; padding:3px 5px 3px 5px; background-color:#666; color:#fff; border-radius: 5px 5px 5px 5px;} | 456 | #paging_older,#paging_newer,#paging_linksperpage a { border: 1px solid black; padding:3px 5px 3px 5px; background-color:#666; color:#fff; border-radius: 5px 5px 5px 5px;} |
457 | .thumbnail { float:none; height:auto; margin: 0px; text-align:center;} | 457 | .thumbnail { float:none; height:auto; margin: 0px; text-align:center;} |
@@ -466,4 +466,4 @@ div.dailyEntryDescription { font-size:10pt; } | |||
466 | } | 466 | } |
467 | 467 | ||
468 | /* Highlight search results */ | 468 | /* Highlight search results */ |
469 | .highlight { background-color: #FFFF33; } | 469 | .highlight { background-color: #FFFF33; } \ No newline at end of file |