All pastes #2092686 Raw Edit

Unnamed

public css v1 · immutable
#2092686 ·published 2011-10-23 02:41 UTC
rendered paste body
/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope.*//* line 9, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */* {  font-family: Verdana, sans-serif;}/* line 13, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */div#content {  width: 750px;  margin: 0 auto;  padding-top: 25px;}/* line 19, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */nav {  padding-top: 60px;  background-image: url("soflogo.png");  background-repeat: no-repeat;  border-bottom: 1px solid black;}/* line 24, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */nav ul {  list-style-type: none;  text-align: right;  margin-bottom: 10px;}/* line 28, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */nav ul li {  display: inline;  padding: 6px 15px;  border-bottom: 5px solid #333;}/* line 32, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */nav ul li a {  text-decoration: none;  color: #000;}/* line 36, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */nav ul li:hover {  border-bottom-color: #ed1c24;}/* line 43, C:/Projects/rails/StartingOutFrench/app/assets/stylesheets/application.css.scss */p {  line-height: 1.5em;}