diff options
author | Christopher Baines <ikiwiki.info> | 2017-10-31 20:27:02 +0000 |
---|---|---|
committer | Christopher Baines <ikiwiki.info> | 2017-10-31 21:00:06 +0000 |
commit | 4bbf3568c87497d3ea0c8c50af698ddb973f6f79 (patch) | |
tree | 2b6abb9fff9eab0dd7dcae5a87cb48ae9a8805f7 | |
parent | 27a25570c0d3cc2a94abc23baad3d76a2682d777 (diff) | |
download | cbaines.net-4bbf3568c87497d3ea0c8c50af698ddb973f6f79.tar cbaines.net-4bbf3568c87497d3ea0c8c50af698ddb973f6f79.tar.gz |
Remove unused styles, with broken links
-rw-r--r-- | style.css | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -343,20 +343,6 @@ label.block { label.inline { display: inline; } -input#openid_identifier { - background: url(wikiicons/openidlogin-bg.gif) no-repeat; - background-color: #fff; - background-position: 0 50%; - color: #000; - padding-left: 18px; -} -input#searchbox { - background: url(wikiicons/search-bg.gif) no-repeat; - background-color: #fff; - background-position: 100% 50%; - color: #000; - padding-right: 16px; -} /* invalid form fields */ .fb_invalid { color: red; @@ -496,9 +482,6 @@ a.openid_large_btn:focus { width: 200px; height: 20px; } -.fileupload-content .ui-progressbar-value { - background: url(ikiwiki/images/pbar-ani.gif); -} .trails { margin-top: 1em; |