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

Unified Diff: build/android/pylib/results/presentation/template/table.html

Issue 2886323003: Remove importing CSS for results details page. (Closed)
Patch Set: black links Created 3 years, 7 months 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: build/android/pylib/results/presentation/template/table.html
diff --git a/build/android/pylib/results/presentation/template/table.html b/build/android/pylib/results/presentation/template/table.html
index d2e5ee289d43af1f200a3a6ff228f1cc62c32f4e..021fce6403238d5d12f5a15b5af17fc64bef7512 100644
--- a/build/android/pylib/results/presentation/template/table.html
+++ b/build/android/pylib/results/presentation/template/table.html
@@ -1,4 +1,4 @@
-<table id="{{tb_value.table_id}}" class="info" style="display:none;">
+<table id="{{tb_value.table_id}}" style="display:none;">
<thead class="heads">
<tr>
{% for cell in tb_value.table_headers -%}

Powered by Google App Engine
This is Rietveld 408576698