Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add last parameter to plugin registration
[git.ikiwiki.info.git]
/
doc
/
style.css
diff --git
a/doc/style.css
b/doc/style.css
index 0399031f81feebd509a468c3d299681b557daca3..f9a69c4f15ef4796c6cbe011839e978a1651ce2a 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-49,6
+49,10
@@
div.tags {
margin-top: 1em;
}
margin-top: 1em;
}
+.mapparent {
+ text-decoration: none;
+}
+
#backlinks {
margin-top: 1em;
}
#backlinks {
margin-top: 1em;
}
@@
-66,27
+70,52
@@
img {
border-style: none;
}
border-style: none;
}
-/* Stuff for the RecentChanges table. */
-tr.changeheader {
+div.recentchanges {
+ border-style: solid;
+ border-width: 1px;
+ overflow: auto;
+ width: 100%;
background: #eee;
color: black !important;
}
background: #eee;
color: black !important;
}
-tr.changeinfo {
- background: #eee;
+.recentchanges .metadata {
+ padding: 0px 0.5em;
+}
+.recentchanges .changelog {
+ font-style: italic;
+ clear: both;
+ display: block;
+ padding: 1px 2px;
+ background: white !important;
color: black !important;
}
color: black !important;
}
-
th.changeheader
{
-
padding: 1px .3em
;
+
.recentchanges .desc
{
+
display: none
;
}
}
-
td.changeinfo
{
-
padding: 1px .3em
;
+
.recentchanges .diff
{
+
display: none
;
}
}
-td.changetime {
- white-space: nowrap;
- padding: 1px .3em;
+.recentchanges .committer {
+ float: left;
+ margin: 0;
+ width: 40%;
}
}
-td.changelog {
- font-style: italic;
+.recentchanges .committype {
+ float: left;
+ margin: 0;
+ width: 5%;
+ font-size: small;
+}
+.recentchanges .changedate {
+ float: left;
+ margin: 0;
+ width: 35%;
+ font-size: small;
+}
+.recentchanges .pagelinks {
+ float: right;
+ margin: 0;
+ width: 60%;
}
/* Used for adding a blog page. */
}
/* Used for adding a blog page. */