[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #14880 [Website]: Remove 1px border from img inside table
#14880: Remove 1px border from img inside table
---------------------+---------------------------
Reporter: dcf | Owner: Sebastian
Type: defect | Status: new
Priority: minor | Milestone:
Component: Website | Version:
Keywords: | Actual Points:
Parent ID: | Points:
---------------------+---------------------------
I found
[https://gitweb.torproject.org/project/web/webwml.git/tree/css/layout.css?id=74acfb457b5169499b014e10ab43f2618b1cd65f#n397
this CSS rule] that adds a 1px border to img inside table:
{{{
table td img,
table tr img {
border: 1px solid #cac8a7;
float: left;
margin-right: 10px;
}
}}}
It doesn't appear to be used anywhere except in
[https://www.torproject.org/download/download-unix.html download/download-
unix.html], where it looks like a bug. The only other files where img is
nested in table are [https://www.torproject.org/ index.html] and
[https://www.torproject.org/donate/thankyou.html donate/thankyou.html],
which both remove the border though more specific CSS rules.
I noticed this while trying to add a table to download-easy.html for
#14838.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14880>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs