Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/new-options.css

Issue 29558654: Noissue - Capitalize section titles, incresed line-height of tooltips and removed wrap from custom … (Closed)
Patch Set: Use help cursor Created Sept. 29, 2017, 11:34 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « new-options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/new-options.css
===================================================================
--- a/skin/new-options.css
+++ b/skin/new-options.css
@@ -588,6 +588,11 @@
margin: 0rem;
}
+section h2
+{
+ text-transform: uppercase;
+}
+
section,
.section
{
@@ -884,10 +889,9 @@
margin: 0rem;
-moz-margin-end: 1rem;
-webkit-margin-end: 1rem;
-
- line-height: 1.3rem;
+ line-height: 1.5rem;
text-decoration: none;
- cursor: default;
+ cursor: help;
}
.tooltip::before
« no previous file with comments | « new-options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld