Differences From:
File
src/style.c
part of check-in
[449094a8ff]
- Make headings look prettier when using text-based www clients like "elinks".
by
bch on
2009-09-02 03:14:58.
[view]
To:
File
src/style.c
part of check-in
[43481115ed]
- Add a "logo" image to the local server state. Return this image on all
requests to the "/logo" URL. All the administrator to setup that image.
Include the image in the default header.
by
drh on
2009-09-21 19:10:35.
[view]
@@ -192,10 +192,10 @@
@ </head>
@ <body>
@ <div class="header">
@ <div class="logo">
-@ <!-- <img src="logo.gif" alt="logo"><br></br> -->
-@ <nobr>$<project_name></nobr>
+@ <img src="/logo" alt="logo">
+@ <br><nobr>$<project_name></nobr>
@ </div>
@ <div class="title">$<title></div>
@ <div class="status"><nobr><th1>
@ if {[info exists login]} {
@@ -270,9 +270,10 @@
@ div.title {
@ display: table-cell;
@ font-size: 2em;
@ font-weight: bold;
-@ text-align: center;
+@ text-align: left;
+@ padding: 0 0 0 1em;
@ color: #558195;
@ vertical-align: bottom;
@ width: 100%;
@ }