Skip to content

Commit

Permalink
removed custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwooz committed May 18, 2012
1 parent 38e9ae8 commit 48cc66e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 25 deletions.
21 changes: 0 additions & 21 deletions app/assets/stylesheets/custom.css

This file was deleted.

24 changes: 21 additions & 3 deletions app/assets/stylesheets/microposts.css.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// Place all the styles related to the microposts controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: https://sass-lang.com/
#microposts {
width:310px;
padding:20px;
border-radius:10px;
background-color:white;
}
.micropostfield {
width:340px;
height:150px;
border-radius:10px;
}
#timeago {
font-size:20px;
}
body {
font-family:Helvetica;
background-color:#88CBFF;
}
p#microcontent {
width:240px;
}
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<title>Fasttwitter</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= stylesheet_link_tag "application" %>
<%= stylesheet_link_tag "custom", :media => "all" %>
<%= javascript_include_tag 'application' %>
<%= csrf_meta_tags %>
</head>
Expand Down
Binary file not shown.
Binary file modified public/assets/application-94105cbe5d9a277777ddb6d246f6401b.js.gz
Binary file not shown.
Binary file modified public/assets/application.css.gz
Binary file not shown.
Binary file modified public/assets/application.js.gz
Binary file not shown.

0 comments on commit 48cc66e

Please sign in to comment.