diff options
author | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-11 15:58:53 +0000 |
---|---|---|
committer | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-11 15:58:53 +0000 |
commit | 9980a2d430b66db1069d10622520b4806313ceda (patch) | |
tree | dec5d724518cfb7017b5c12bb1cf68ae20f82340 /index.htm | |
parent | 3fc0722518f69935a67e49e8fc423317f0308e01 (diff) | |
download | readability-simple-9980a2d430b66db1069d10622520b4806313ceda.tar.bz2 readability-simple-9980a2d430b66db1069d10622520b4806313ceda.zip |
Tweak to the regular expression to determine special classnames/id's
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@28 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
Diffstat (limited to 'index.htm')
-rwxr-xr-x | index.htm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ <p><input type="radio" name="style" value="style-novel" id="novel"/><label for="novel">Novel</label></p>
<p><input type="radio" name="style" value="style-ebook" id="ebook" /><label for="ebook">eBook</label></p>
<p><input type="radio" name="style" value="style-terminal" id="terminal" /><label for="terminal">Terminal</label></p>
+ <p><input type="radio" name="style" value="style-slate" id="slate" /><label for="slate">Slate</label></p>
</div>
<div class="settings-box" id="size">
<p><input type="radio" name="size" value="size-small" id="small" /><label for="small">Small</label></p>
|