Skip to content

Commit

Permalink
Some style/formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Feb 23, 2013
1 parent 76dde99 commit 5432706
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -16,8 +16,8 @@
<body>
<div class="wrapper">
<header>
<h1>Fedora Commons Repository Developer Documentation</h1>
<p>Generated developer documentation for the Fedora Commons Repository</p>
<h1>Fedora Commons Repository</h1>
<p>Generated Developer Documentation</p>
<p class="view"><a href="http://github.com/futures/fcrepo4">View the Project on GitHub <small>futures/fcrepo4</small></a></p>
<ul>
<!--
Expand Down
2 changes: 1 addition & 1 deletion sass/styles.scss
Expand Up @@ -99,7 +99,7 @@ header {
@include background(linear_gradient(#77B9FB, #3782CD));
border-radius:5px;
@include box-shadow(inset rgba(#fff, 0.45) 0 1px 0, inset rgba(#000, 0.2) 0 -1px 0);
width:240px;
width:auto;

&:before {
content:'';
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/styles.css
Expand Up @@ -122,7 +122,7 @@ header ul {
-webkit-box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0;
-o-box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0;
box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0;
width: 240px;
width: auto;
}
header ul:before {
content: '';
Expand Down

0 comments on commit 5432706

Please sign in to comment.