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

Unified Diff: src/site/css/dart-style.css

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 4 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
« no previous file with comments | « src/site/_config.yml ('k') | src/site/docs/tutorials/streams/index.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/css/dart-style.css
diff --git a/src/site/css/dart-style.css b/src/site/css/dart-style.css
index 26a32cf178e03abc8804df2f9686abc66203db88..8bc1f5b177196c3d9a9b021432a7601c5ccc5df7 100644
--- a/src/site/css/dart-style.css
+++ b/src/site/css/dart-style.css
@@ -219,6 +219,11 @@ i.sprite-icon-close-x {
background-position: -150px -200px;
}
+.btn-lg.try-btn {
+ padding: 10px 46px 10px 46px;
+ position: relative;
+}
+
.btn-lg.download-btn {
padding: 10px 46px 10px 66px;
position: relative;
@@ -757,7 +762,7 @@ pre.prettyprint {
text-decoration: underline;
}
-.hero .download-btn {
+.hero .download-btn, .hero .try-btn {
background: none;
border: 1px solid #fff;
margin-top: 30px;
« no previous file with comments | « src/site/_config.yml ('k') | src/site/docs/tutorials/streams/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698