Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-03-13 19:42:51 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-03-13 19:42:51 (GMT)
commitee33888835e6596f5361dc88e771b6d2496abd61 (patch)
treedc21fb5632fffdd7deb8c86cbb7671072d65f040
parentb46fce545ea0c631a0c85dd41616280e91b76364 (diff)
Simple modification to html & css files
-rw-r--r--web/index.html9
-rw-r--r--web/style.css8
2 files changed, 10 insertions, 7 deletions
diff --git a/web/index.html b/web/index.html
index 91b7308..d47c4a8 100644
--- a/web/index.html
+++ b/web/index.html
@@ -7,7 +7,7 @@
<link rel="icon" type="image/png" href="images/journalshare-icon.png"></link>
</head>
<body>
- <table id="toolbar">
+ <table id="title">
<tbody>
<tr>
<td>
@@ -18,11 +18,6 @@
<td>
Agustin Zubiaga's Journal
</td>
- <td>
- <div class="refresh" onclick="document.location.reload(true)">
- <img src="images/refresh.png" width="40" height="40"></img>
- </div>
- </td>
</tr>
</tbody>
</table>
@@ -60,4 +55,4 @@
</table>
<hr>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/web/style.css b/web/style.css
index 1bc2524..7dd1231 100644
--- a/web/style.css
+++ b/web/style.css
@@ -11,6 +11,14 @@ body {
width: 100%;
}
+#title {
+ font-family: sans-serif,cantarell,helvetica;
+ color: #fff;
+ font-size: 35px;
+ background-color: #666666;
+ width: 100%;
+}
+
.refresh {
display: inline-block;
float: right;