Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: stylesheets/style.css

Issue 84943003: chromium-status: automatically linkify usernames/status messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: feedback from maruel Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: stylesheets/style.css
diff --git a/stylesheets/style.css b/stylesheets/style.css
index df56027cbe6ccda3bd726838a1ed9778ce7094bb..be57f492cb828ee78a869f992151df060112b5ec 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -34,6 +34,13 @@ th {
font-size: 9pt;
}
+a:link {
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
+}
+
div.error {
background-color: #fcc;
width: 80%;

Powered by Google App Engine
This is Rietveld 408576698