[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[website/master] Improved styling of clickable text



Package: ftp.debian.org
Severity: minor
Tags: patch
8<-------->8
---
 style.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 0d73e47..587dd1b 100644
--- a/style.css
+++ b/style.css
@@ -280,6 +280,9 @@ span.deferredfp {
 	border-bottom: dashed 1px black;
 	margin: 0.2em;
 }
+#NEW-details-page .infobox .title {
+	cursor: pointer;
+}
 #NEW-details-page .infobox .subtitle { 
 	text-align: center;
 	font-weight: bold;
@@ -327,8 +330,15 @@ span.deferredfp {
 #NEW p.togglepkg {
  font-size: 90%;
  font-family: monospace;
- margin: 0px;
+ margin-top: 0px;
+ margin-right: 0px;
  margin-left:2.5%;
+ cursor: pointer;
+ display: inline-block;
+}
+#NEW p.togglepkg:hover {
+ color: #0000FF;
+ text-decoration: underline;
 }
 table.NEW {
  margin: auto auto;
-- 
2.1.4



Reply to: