diff options
author | Sbgodin <Sbgodin@users.noreply.github.com> | 2014-08-19 21:33:53 +0200 |
---|---|---|
committer | Sbgodin <Sbgodin@users.noreply.github.com> | 2014-08-19 21:33:53 +0200 |
commit | abc98ab39d582dbe9d029f91c57abea783bf6892 (patch) | |
tree | 08bb56d8d967604156644e6aa0eeb2921bf1652d /inc | |
parent | 1ec633a74f7a652bff199be0dc9800e85d8d5782 (diff) | |
parent | ad6c27b7b858dfa29e65f14ef444fad318d5895b (diff) | |
download | Shaarli-abc98ab39d582dbe9d029f91c57abea783bf6892.tar.gz Shaarli-abc98ab39d582dbe9d029f91c57abea783bf6892.tar.zst Shaarli-abc98ab39d582dbe9d029f91c57abea783bf6892.zip |
Merge pull request #20 from nodiscc/fix-typos
Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css
Diffstat (limited to 'inc')
-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 |