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

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: address Vadim's feedback in status.py Created 7 years 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
« no previous file with comments | « status.py ('k') | templates/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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%;
« no previous file with comments | « status.py ('k') | templates/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698