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

Unified Diff: skin/options.css

Issue 29335794: Proof-of-concept: Link version to corresponding announcement (Closed)
Patch Set: Send request on demand, always link for release builds, falling back to releases overview Created Feb. 5, 2016, 2:09 p.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 | « options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/options.css
===================================================================
--- a/skin/options.css
+++ b/skin/options.css
@@ -305,12 +305,16 @@
padding: 40px 0px 16px 0px;
}
-#link-version
+#version
{
display: flex;
margin: 12px 20px;
+ text-decoration: none;
+}
+
+#version:link
+{
color: #3A7BA6;
- text-decoration: none;
}
#abp-version
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld