diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/shaarli.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 451f0481..d6bbdbc1 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -739,25 +739,6 @@ h1 { | |||
739 | background: #ffffff; | 739 | background: #ffffff; |
740 | } | 740 | } |
741 | 741 | ||
742 | div#permalinkQrcode { | ||
743 | padding: 20px; | ||
744 | width: 220px; | ||
745 | height: 220px; | ||
746 | background-color: #ffffff; | ||
747 | border: 1px solid black; | ||
748 | position: absolute; | ||
749 | top: -100px; | ||
750 | left: -100px; | ||
751 | text-align: center; | ||
752 | font-size: 8pt; | ||
753 | z-index: 50; | ||
754 | -webkit-box-shadow: 2px 2px 20px 2px #333333; | ||
755 | -moz-box-shadow: 2px 2px 20px 2px #333333; | ||
756 | -o-box-shadow: 2px 2px 20px 2px #333333; | ||
757 | -ms-box-shadow: 2px 2px 20px 2px #333333; | ||
758 | box-shadow: 2px 2px 20px 2px #333333; | ||
759 | } | ||
760 | |||
761 | div.daily { | 742 | div.daily { |
762 | font-family: Georgia, 'DejaVu Serif', Norasi, serif; | 743 | font-family: Georgia, 'DejaVu Serif', Norasi, serif; |
763 | background-color: #E6D6BE; | 744 | background-color: #E6D6BE; |