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

Unified Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10821073: Extensions Docs Server: Filter APIs UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: chrome/common/extensions/docs/server2/static/css/site.css
diff --git a/chrome/common/extensions/docs/server2/static/css/site.css b/chrome/common/extensions/docs/server2/static/css/site.css
index c58275e2ccd6f3f6a2e57918505e63a167d0d828..07732c215c254790b00fc536185a4b081d778988 100644
--- a/chrome/common/extensions/docs/server2/static/css/site.css
+++ b/chrome/common/extensions/docs/server2/static/css/site.css
@@ -364,3 +364,13 @@ span.displayModeWarning {
margin: 1.3em 1em 0 0;
padding: 0;
}
+
+.filtered_item {
+ line-height: 30%;
not at google - send to devlin 2012/07/30 10:14:25 pixel height is preferred; 6px looks ok. I'd also
cduvall 2012/07/30 20:05:38 Done.
+}
+
+#filtered_apis {
+ margin-top: -5px;
+ padding-bottom: 5px;
+ border-bottom: 1px solid #E5E5E5;
not at google - send to devlin 2012/07/30 10:14:25 border looks kinda ugly, if you make them differen
cduvall 2012/07/30 20:05:38 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698