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

Unified Diff: src/site/samples/samples.css

Issue 27267004: Re-configured samples page. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 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: src/site/samples/samples.css
diff --git a/src/site/samples/samples.css b/src/site/samples/samples.css
new file mode 100644
index 0000000000000000000000000000000000000000..9c5b5db9d318795d3b8f9bca06289568a8e9d4f9
--- /dev/null
+++ b/src/site/samples/samples.css
@@ -0,0 +1,45 @@
+.group {
+ margin-top: 15px;
+ padding-top: 10px;
+}
+
+.group-heading {
+ text-align: left;
+ font-size: 1.3em;
+ font-weight: bold;
+}
+
+.screenshot {
+ margin-top: 21px;
+}
+
+.screenshot img {
+ border: 2px solid #aaa;
+}
+
+.group-heading {
+ margin-top: 20px;
+ margin-bottom: 8px;
+}
+
+.link {
+ font-size: .9em;
+}
+
+.example {
+ margin: 0px;
+ margin: 5px auto;
+ padding: 0px;
+ border-radius: 3px;
+ height: 25px;
+}
+
+.title {
+ background: #eee;
+ padding: 2px 0px 2px 5px;
+ border-radius: 3px;
+}
+
+.link {
+ padding-top: 2px;
+}

Powered by Google App Engine
This is Rietveld 408576698