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

Side by Side Diff: chrome/common/extensions/docs/static/sass/site.scss

Issue 875593002: Update stylesheets to format NaCl demos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_demos.scss ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /*! Copyright 2014 The Chromium Authors. All rights reserved. 1 /*! Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 // Import Tools and Libraries 6 // Import Tools and Libraries
7 @import "compass"; // Import Compass: http://compass-style.org 7 @import "compass"; // Import Compass: http://compass-style.org
8 @import "compass/typography/vertical_rhythm"; // http://compass-style.org/refere nce/compass/typography/vertical_rhythm/ 8 @import "compass/typography/vertical_rhythm"; // http://compass-style.org/refere nce/compass/typography/vertical_rhythm/
9 @import "mixins"; 9 @import "mixins";
10 @import "normalize"; // Reset: http://necolas.github.io/normalize.css/ 10 @import "normalize"; // Reset: http://necolas.github.io/normalize.css/
11 11
12 // Import Variables 12 // Import Variables
13 @import "vars"; 13 @import "vars";
14 14
15 // Import Grid 15 // Import Grid
16 @import "grid"; 16 @import "grid";
17 17
18 // Import Universal Styles 18 // Import Universal Styles
19 @import "layout"; 19 @import "layout";
20 @import "html"; 20 @import "html";
21 @import "typography"; 21 @import "typography";
22 @import "navbar"; 22 @import "navbar";
23 23
24 // Import Page-Specific Styles 24 // Import Page-Specific Styles
25 @import "homepage"; 25 @import "homepage";
26 @import "pillar"; 26 @import "pillar";
27 @import "article"; 27 @import "article";
28 @import "api"; 28 @import "api";
29 @import "demos";
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_demos.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698