Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Xing committed Jun 6, 2013
1 parent eeda6d6 commit 2ce5f37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions backend/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
position: fixed;
height: 100%;
width: 100%;
background: #FAFBFC;
background: #FFF;
text-rendering: optimizeLegibility;
}

Expand Down Expand Up @@ -41,7 +41,7 @@ header {
position: relative;
float: left;
min-width: 150px;
background-color: url(../images/back.png) #333;
background: url('../images/back.png') #333;
color: #FFF;
text-decoration: none;
-webkit-user-select: none;
Expand Down Expand Up @@ -96,7 +96,7 @@ header {
}

header a {
color: #EEE;
color: #FFF;
display: block;
}

Expand All @@ -105,7 +105,7 @@ header a {
margin-top: 20px;
display: block;
padding-right: 20px;
color: #FAFAFA;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
font-size: 1.5em;
Expand Down Expand Up @@ -188,7 +188,7 @@ section {
color: #FFF;
padding: 0 1.25em;
margin-left: 0;
border-radius: 3px;
border-radius: 5px;
font: 1.25em/2em "Lato",sans-serif;
text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
-webkit-user-select: none;
Expand Down Expand Up @@ -231,7 +231,7 @@ section {
width: 0;
top: 0;
left: 0;
border: 10px solid #FAFBFC;
border: 10px solid #FFF;
border-right-color: #333;
border-bottom-color: #333;
border-bottom-right-radius: 3px;
Expand Down
10 changes: 5 additions & 5 deletions backend/css/core.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ce5f37

Please sign in to comment.