Skip to content

Commit

Permalink
css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Jun 2, 2011
1 parent 9c5c067 commit f6dc4a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="header">
<h1><a href="/">Multiplayer<span style="color:#999">Set</span></a></h1>
<h1><a href="/">Multiplayer<span>Set</span></a></h1>
</div>
<div id="wrap">
<ul id="explanation">
Expand Down
2 changes: 1 addition & 1 deletion client/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="header">
<h1><a href="/">Multiplayer<span style="color:#999">Set</span></a></h1>
<h1><a href="/">Multiplayer<span>Set</span></a></h1>
</div>
<div id="fixwrap"><div id="fixinner">
<div id="scoreboard">
Expand Down
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="header">
<h1><a href="/">Multiplayer<span style="color:#999">Set</span></a></h1>
<h1><a href="/">Multiplayer<span>Set</span></a></h1>
</div>
<div id="wrap">
<ul id="explanation">
Expand Down
3 changes: 3 additions & 0 deletions client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ textarea {
margin: 0 auto;
text-align: right;
}
#header h1 span {
color: #999;
}
#fixwrap {
position: fixed;
width: 100%;
Expand Down

0 comments on commit f6dc4a0

Please sign in to comment.