diff options
author | Go MAEDA <maeda@farend.jp> | 2025-05-05 02:29:29 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2025-05-05 02:29:29 +0000 |
commit | c88d14d389b68f3f34b77c64ce872b586af029d7 (patch) | |
tree | c63b48fb6d4b02a0bd4cf2a51572fe4a2f7753a1 | |
parent | ff5673fbf5291c85976ce9f2b39d5f1431a32111 (diff) | |
download | redmine-c88d14d389b68f3f34b77c64ce872b586af029d7.tar.gz redmine-c88d14d389b68f3f34b77c64ce872b586af029d7.zip |
Drop Atom icon in "Also available in" links (#42598).
git-svn-id: https://svn.redmine.org/redmine/trunk@23743 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/images/file-rss.svg | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/images/file-rss.svg b/app/assets/images/file-rss.svg deleted file mode 100644 index 72ab4e29b..000000000 --- a/app/assets/images/file-rss.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="#169"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 11a1 1 0 0 0 0 2a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 2 0a4 4 0 0 0 -4 -4m0 -3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7m.01 6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.989 -13.001l4.001 4.001h-4z" /></svg>
\ No newline at end of file diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6f61b548a..7dc97a8f9 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1137,8 +1137,6 @@ div.thumbnail img {margin: 3px; vertical-align: middle;} p.other-formats { text-align: right; font-size:0.9em; color: #666; } .other-formats span + span:before { content: "| "; } -a.atom { background: url(/file-rss.svg) no-repeat 1px 50%; padding: 2px 0px 3px 16px; } - em.info {font-style:normal;display:block;font-size:90%;color:#888;} em.info.error {padding-left:20px; background:url(/exclamation.png) no-repeat 0 50%;} |