aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/application.css.sass
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/application.css.sass')
-rw-r--r--app/assets/stylesheets/application.css.sass18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass
new file mode 100644
index 0000000..cd8dc0f
--- /dev/null
+++ b/app/assets/stylesheets/application.css.sass
@@ -0,0 +1,18 @@
+@import "tweets"
+
+*
+ :margin 0
+ :padding 0
+ :font-family "Ubuntu", sans-serif
+a
+ :text-decoration none
+ :color #3b5998
+img
+ :border none
+.clearfix:after
+ :content "."
+ :visibility hidden
+ :display block
+ :height 0
+ :clear both
+