projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e88c514
)
Add support for README.html file in project root
author
Stefan Imhoff
<stefan@imhoff.name>
Sun, 15 Sep 2013 15:54:57 +0000
(17:54 +0200)
committer
Stefan Imhoff
<stefan@imhoff.name>
Sun, 15 Sep 2013 15:59:59 +0000
(17:59 +0200)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index b2cd8ddc40e19160055e8b545bda6a0f50974181..a062934106cfcc293fc20ef123af73c586530ca9 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-305,9
+305,22
@@
th .header {
}
.title {
-
width: 95%
;
+
margin: 0 auto 15px auto
;
padding: 5px;
+ width: 95%;
+}
+
+.readme {
+ background: #eaf2f5;
+ border: 1px solid #bedce7;
+ box-sizing: border-box;
margin: 0 auto 15px auto;
+ padding: 15px;
+ width: 95%;
+}
+
+.readme h1 {
+ margin-top: 0;
}
.projects_list,