JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove m-dashes, add margin above score
authorJason Woofenden <jason@jasonwoof.com>
Sun, 13 Oct 2013 03:26:23 +0000 (23:26 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 13 Oct 2013 03:26:23 +0000 (23:26 -0400)
style.less
template.html

index fc4f0e0..80126ab 100644 (file)
@@ -80,6 +80,7 @@ body {
                color: darken(@selected-good-color, 66%);
        }
        #score_container {
+               margin-top: 10px;
                font-weight: bold;
        }
        #little_tip {
index 1621587..efc4d56 100644 (file)
@@ -34,7 +34,7 @@ cat style.css
                </div>
                <div id="right">
                        <h1>HexBog</h1>
-                       <div id="subhead">&mdash; A simple word game &mdash;</div>
+                       <div id="subhead">A simple word game</div>
 
                        <div id="big_tip"></div>
                        <div id="little_tip"></div>