Browse Source

Makes on the site name in the banner clickable.

It was confusing for the user to make out the clickable region
in the absence of a background image.
Muhammad Talha Mansoor 12 years ago
parent
commit
2e1fe916ac
2 changed files with 6 additions and 8 deletions
  1. 1 4
      css/custom.css
  2. 5 4
      index.html

+ 1 - 4
css/custom.css

@@ -29,14 +29,11 @@ body {
    padding-bottom: 2em;
 }
 
-a.siteBanner:hover{
-   text-decoration:none;
-}
-
 #siteTitle{
    font-family:Consolas, monospace, "Courier New";
    font-size:3.0em;
    margin:0 0 0 0;
+   text-decoration: none;
 }
 
 #siteTagline {

+ 5 - 4
index.html

@@ -70,11 +70,12 @@
 
   <div class="container">
     <div class="row pageForeground">
-      <a class="pre_2 col_10 siteBanner" href="http://www.google.com">
-        <h1 id="siteTitle"><span style="color:#000000;">onCrash=</span><span style="color:#610B0B;">"reboot()"</span></h1>
+      <div class="pre_2 col_10 siteBanner">
+        <a id="siteTitle" href="http://www.google.com"><span style="color:#000000;">onCrash=</span><span style="color:#610B0B;">"reboot()"</span></a>
         <h4 id="siteTagline">You can, you should, and if you're brave enough to
-        start, you will.</h4>
-      </a>
+          start, you will.
+	</h4>
+      </div>
 
       <div class="pre_2 col_9 suf_1">
 	<div class="hmenu">