aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/package-details.css7
-rw-r--r--www/package-version-details.css7
2 files changed, 14 insertions, 0 deletions
diff --git a/www/package-details.css b/www/package-details.css
index 941f97e..dc09a10 100644
--- a/www/package-details.css
+++ b/www/package-details.css
@@ -51,6 +51,13 @@ h1, h2
text-overflow: ellipsis;
}
+/* Re-styling for full page variant. */
+
+.full h2
+{
+ white-space: normal;
+}
+
/*
* Package details table.
*/
diff --git a/www/package-version-details.css b/www/package-version-details.css
index a701a5e..9d08a42 100644
--- a/www/package-version-details.css
+++ b/www/package-version-details.css
@@ -66,6 +66,13 @@ h1, h2, h3
text-overflow: ellipsis;
}
+/* Re-styling for full page variant. */
+
+.full h2
+{
+ white-space: normal;
+}
+
/*
* Version details table.
*/