浏览代码

Fix; darken background color.

pull/24/head
Ben Kurtovic 12 年前
父节点
当前提交
ed22b1d344
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      pages/settings.mako
  2. 二进制
     

+ 2
- 2
pages/settings.mako 查看文件

@@ -42,11 +42,11 @@
</tr>
<%
background_options = [
("plain", "Use a plain tiled background (default)"),
("plain", "Use a plain tiled background (default)."),
("potd", 'Use the current <a href="//commons.wikimedia.org/">Wikimedia Commons</a> <a href="//commons.wikimedia.org/wiki/Commons:Picture_of_the_day">Picture of the Day</a>, unfiltered. Certain POTDs may be unsuitable as backgrounds due to their aspect ratio or subject matter (generally portraits do not work well).'),
("list", 'Randomly select from <a href="http://commons.wikimedia.org/wiki/User:The_Earwig/POTD">a subset of previous Commons Pictures of the Day</a> that work well as widescreen backgrounds, refreshed daily.'),
]
selected = cookies["EarwigBackground"].value if "EarwigBackground" in cookies else "list"
selected = cookies["EarwigBackground"].value if "EarwigBackground" in cookies else "plain"
%>\
% for i, (value, desc) in enumerate(background_options):
<tr>


二进制
查看文件


正在加载...
取消
保存