Skip to content

Commit

Permalink
Logo link to home
Browse files Browse the repository at this point in the history
  • Loading branch information
cajhughes committed Oct 27, 2024
1 parent ed8cd81 commit 871193c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
a { border-bottom: 1px dotted #33a; color: #33a; text-decoration: none; }
a.logo { border: 0; text-decoration: none; }
a.logo img { border-radius: 50%; }
body { background-color: #eee; color: #333; font: 14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; line-height: 2.0em; padding: 10px 5% 0; }
code { background-color: #584ccc; color: #fff; border-radius: 10px; padding: 5px 10px; }
form label { display: inline-block; width: 200px; }
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<title>e-sign.org.uk</title>
</head>
<body>
<a href="/" alt="Home">
<img class="logo" src="/images/logo.png" width="144" height="144" alt="e-sign logo"/>
<a class="logo" href="/" alt="Home">
<img src="/images/logo.png" width="144" height="144" alt="e-sign logo"/>
</a>
<h1>e-sign.org.uk</h1>
<p>This site contains links &amp; utilities for various document &amp e-signature solutions:</p>
Expand Down

0 comments on commit 871193c

Please sign in to comment.