diff --git a/demo/styles/main.css b/demo/styles/main.css index c0e1254..3dacab7 100644 --- a/demo/styles/main.css +++ b/demo/styles/main.css @@ -66,6 +66,12 @@ body { font-family: 'lobster', verdana, sans-serif; font-weight: normal; margin: -0.2em 0 0 0; } + .page header h1 span.line2 .right { + text-align: right; } + .page header h1 span.line2 .right.red { + color: #D9534F; } + .page header h1 span.line2 .right.blue { + color: #007DC7; } .page header h1 a.download { font-family: 'open_sansregular', verdana, sans-serif; background-color: #1f2325; diff --git a/demo/styles/main.scss b/demo/styles/main.scss index 7783e44..1a2bc97 100644 --- a/demo/styles/main.scss +++ b/demo/styles/main.scss @@ -86,6 +86,18 @@ body { font-family: 'lobster', verdana, sans-serif; font-weight: normal; margin: -.2em 0 0 0; + + .right { + text-align: right; + + &.red { + color: #D9534F; + } + + &.blue { + color: #007DC7; + } + } } } diff --git a/index.html b/index.html index 9983d7b..3c71864 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,11 @@

{{dyn}} - rustled my jimmies + + rustled my jimmies + jimmies + jimmies +

ng-FitText.js makes font-sizes flexible. Use this directive in your fluid or responsive layout to achieve