diff options
author | Seb Sauvage <sebsauvage@sebsauvage.net> | 2011-09-26 17:36:42 +0200 |
---|---|---|
committer | Emilien Klein <emilien@klein.st> | 2011-09-26 17:36:42 +0200 |
commit | ba0718dcd43ecb44e80d65307ed4d2dfda24c0b9 (patch) | |
tree | 5463fe82cbd20f1943d7f1afbc7a92de6525cdf0 /shaarli.css | |
parent | f4aba1ac2f3730ae8b73c98aa0fc612fe9d099c5 (diff) | |
download | Shaarli-ba0718dcd43ecb44e80d65307ed4d2dfda24c0b9.tar.gz Shaarli-ba0718dcd43ecb44e80d65307ed4d2dfda24c0b9.tar.zst Shaarli-ba0718dcd43ecb44e80d65307ed4d2dfda24c0b9.zip |
Version 0.0.18 beta:
- Changed: Nicer timezone selection patch by killruana.
- New: You can now configure the title of your page.
- New: New screen to configure title and timezone.
- Corrected: New lines now appear correctly in the RSS feed descriptions.
Diffstat (limited to 'shaarli.css')
-rw-r--r-- | shaarli.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shaarli.css b/shaarli.css index 8dd8b14a..5a977439 100644 --- a/shaarli.css +++ b/shaarli.css | |||
@@ -61,6 +61,8 @@ border-bottom:1px solid #aaa; border-right:1px solid #aaa; } | |||
61 | #newversion { background-color: #FFFFA0; color:#000; position:absolute; top:0;right:0; padding:2 7 2 7; font-size:9pt;} | 61 | #newversion { background-color: #FFFFA0; color:#000; position:absolute; top:0;right:0; padding:2 7 2 7; font-size:9pt;} |
62 | #cloudtag { padding-left:10%; padding-right:10%; } | 62 | #cloudtag { padding-left:10%; padding-right:10%; } |
63 | #cloudtag a { color:black; text-decoration:none; } | 63 | #cloudtag a { color:black; text-decoration:none; } |
64 | #installform td { font-size: 10pt; padding:10 5 10 5; } | ||
65 | #configform td { color:#ccc; font-size: 10pt; padding:10 5 10 5; } | ||
64 | 66 | ||
65 | /* Minimal customisation for jQuery widgets */ | 67 | /* Minimal customisation for jQuery widgets */ |
66 | .ui-autocomplete { background-color:#fff; padding-left:5px;} | 68 | .ui-autocomplete { background-color:#fff; padding-left:5px;} |