RailsCasts Pro episodes are now free!

Learn more or hide this

Hyoseong Choi's Profile

GitHub User: rorlab

Site: lab.wordstory.kr

Comments by Hyoseong Choi

Avatar

I am using bootstrap-sass.
But, after I assigned bootstrap variables to mine, I couldn't see the changes.

scss
$iconSpritePath: image_path('glyphicons-halflings.png');
$iconWhiteSpritePath: image_path('glyphicons-halflings-white.png');

$navbarBackground: #555;
$navbarBackgroundHighlight: #888;
$navbarText: #eee;
$navbarLinkColor: #eee;

$linkColor: #c52f22;
$linkColorHover: #980603;

@import "bootstrap";

body { padding-top: 60px; }

@import "bootstrap-responsive";
Avatar

Hello, movie was cropped.
Would you adjust the width of screencasts?