Skip to content

Commit

Permalink
fix also the other stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelinollano committed Jun 14, 2012
1 parent 1b0b362 commit 7327e6b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
12 changes: 8 additions & 4 deletions stylesheets/mobile.css
Expand Up @@ -133,7 +133,11 @@ header {
top: 51px; top: 51px;
} }


header span.ribbon-inner { header a, header a:hover {
text-decoration: none;
}

header .ribbon-inner {
position: relative; position: relative;
display: block; display: block;
background-color: #cd596b; background-color: #cd596b;
Expand All @@ -142,7 +146,7 @@ header span.ribbon-inner {
z-index: 1; z-index: 1;
} }


header span.left-tail, header span.right-tail { header .left-tail, header .right-tail {
position: relative; position: relative;
display: block; display: block;
width: 19px; width: 19px;
Expand All @@ -153,12 +157,12 @@ header span.left-tail, header span.right-tail {
z-index: 0; z-index: 0;
} }


header span.left-tail { header .left-tail {
background-position: 0 0; background-position: 0 0;
left: 0; left: 0;
} }


header span.right-tail { header .right-tail {
background-position: -19px 0; background-position: -19px 0;
right: 0; right: 0;
} }
Expand Down
13 changes: 8 additions & 5 deletions stylesheets/non-screen.css
Expand Up @@ -6,30 +6,33 @@ div.shell {
width: 640px; width: 640px;
} }



header { header {
max-width:640px; max-width:640px;
margin: 0; margin: 0;
top: 51px; top: 51px;
} }


header span.ribbon-inner { header a, header a:hover {
text-decoration: none;
}

header .ribbon-inner {
border: 8px solid #7c334f; border: 8px solid #7c334f;
padding: 6px; padding: 6px;
} }


header span.left-tail, header span.right-tail { header .left-tail, header .right-tail {
width: 19px; width: 19px;
height: 10px; height: 10px;
background: transparent url(../images/ribbon-tail-sprite-2x.png) 0 0 no-repeat; background: transparent url(../images/ribbon-tail-sprite-2x.png) 0 0 no-repeat;
bottom: -10px; bottom: -10px;
} }


header span.left-tail { header .left-tail {
left: 0; left: 0;
} }


header span.right-tail { header .right-tail {
background-position: -19px 0; background-position: -19px 0;
right: 0; right: 0;
} }
Expand Down
12 changes: 8 additions & 4 deletions stylesheets/screen.css
Expand Up @@ -144,7 +144,11 @@ header {
top: 38px; top: 38px;
} }


header span.ribbon-inner { header a, header a:hover {
text-decoration: none;
}

header .ribbon-inner {
position: relative; position: relative;
display: block; display: block;
background-color: #cd596b; background-color: #cd596b;
Expand All @@ -153,7 +157,7 @@ header span.ribbon-inner {
z-index: 1; z-index: 1;
} }


header span.left-tail, header span.right-tail { header .left-tail, header .right-tail {
position: relative; position: relative;
display: block; display: block;
width: 56px; width: 56px;
Expand All @@ -164,12 +168,12 @@ header span.left-tail, header span.right-tail {
z-index: 0; z-index: 0;
} }


header span.left-tail { header .left-tail {
background-position: 0 0; background-position: 0 0;
left: -31px; left: -31px;
} }


header span.right-tail { header .right-tail {
background-position: -56px 0; background-position: -56px 0;
right: -31px; right: -31px;
} }
Expand Down

0 comments on commit 7327e6b

Please sign in to comment.