projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8094174
)
updated style
author
Georgios Atheridis
<georgios@atheridis.org>
Tue, 27 Dec 2022 07:59:49 +0000
(07:59 +0000)
committer
Georgios Atheridis
<georgios@atheridis.org>
Tue, 27 Dec 2022 07:59:49 +0000
(07:59 +0000)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index a2ba187727ef33c89d80481a19d029e239d39fab..043ffcd56185fd1ce3fc193f7f80aabb422e8619 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-1,7
+1,9
@@
body {
- color: #
000
;
- background-color: #
fff
;
+ color: #
222
;
+ background-color: #
eee
;
font-family: monospace;
+ max-width: 80em;
+ margin: auto;
}
h1, h2, h3, h4, h5, h6 {
@@
-50,6
+52,24
@@
table td {
white-space: nowrap;
}
+table#log {
+ width: 100%;
+ margin: auto;
+}
+
+#index {
+ width: 100%;
+}
+
+#menu {
+ width: 100%;
+ margin: auto;
+}
+
+#return-to-home {
+ float: right;
+}
+
#branches tr:hover td,
#tags tr:hover td,
#index tr:hover td,