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

Side by Side Diff: chrome/common/extensions/docs/config.rb

Issue 238303002: Adds height:auto to images to prevent vertical stretching. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | chrome/common/extensions/docs/static/css/out/site.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Require any additional compass plugins here.
2
3 # Set this to the root of your project when deployed:
4 http_path = "/"
5 css_dir = "static/css/out"
6 sass_dir = "static/sass"
7 images_dir = "static/images"
8 javascripts_dir = "static/js"
9
10 # You can select your preferred output style here (can be overridden via the com mand line):
11 # output_style = :expanded or :nested or :compact or :compressed
12 output_style = :compressed
13 # To enable relative paths to assets via compass helper functions. Uncomment:
14 # relative_assets = true
15
16 # To disable debugging comments that display the original location of your selec tors. Uncomment:
17 line_comments = false
18
19
20 # If you prefer the indented syntax, you might want to regenerate this
21 # project again passing --syntax sass, or you can uncomment this:
22 # preferred_syntax = :sass
23 # and then run:
24 # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/css/out/site.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698