Skip to content

Commit

Permalink
stylin' 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nowviskie committed Oct 16, 2011
1 parent 4863d50 commit 5d03c88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
17 changes: 10 additions & 7 deletions app/assets/stylesheets/scaffolds.css.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
body {
background-color: #fff;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px; }
color: #444;
font-family: 'Orbitron', verdana, arial, helvetica, sans-serif;
font-size: 14px;
line-height: 22px; }

p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
Expand All @@ -18,10 +18,13 @@ pre {
a {
color: #000;
&:visited {
color: #666; }
color: #000; }
&:hover {
color: #fff;
background-color: #000; } }
color: #A80000; } }

.heart {
color: #A80000;
font-size: x-large; }

div {
&.field, &.actions {
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<link href='http://fonts.googleapis.com/css?family=Orbitron:700,400' rel='stylesheet' type='text/css'>
</head>
<body>

Expand Down

0 comments on commit 5d03c88

Please sign in to comment.