aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/main.css
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-10-24 18:59:25 +0200
committerAdrian Kummerlaender2014-10-24 18:59:25 +0200
commitee1786edd7972f9ff55fc8abb90a6d981d66998e (patch)
treec8776d08ded942982f6bc40438f1dffbeef25361 /source/99_result/main.css
parentc3c2a4f161ab168debb64ed8a99dc1e4e3403364 (diff)
downloadOverview-ee1786edd7972f9ff55fc8abb90a6d981d66998e.tar
Overview-ee1786edd7972f9ff55fc8abb90a6d981d66998e.tar.gz
Overview-ee1786edd7972f9ff55fc8abb90a6d981d66998e.tar.bz2
Overview-ee1786edd7972f9ff55fc8abb90a6d981d66998e.tar.lz
Overview-ee1786edd7972f9ff55fc8abb90a6d981d66998e.tar.xz
Overview-ee1786edd7972f9ff55fc8abb90a6d981d66998e.tar.zst
Overview-ee1786edd7972f9ff55fc8abb90a6d981d66998e.zip
Added timeline ATOM feed and removed XHTML target
* moved repository feeds to `repository` directory * replaced paginated XHTML timeline target with and ATOM feed ** removed `paginated_timeline.xsl` transformation including the `04_meta` level ** removed CSS and master stylesheets * added title, url and commit count meta data to `meta.xml` * expanded ATOM feed URLs * timeline feed has an upper limit of `commit_count` items ** repository feeds have the same limit because only `commit_count` commits of every repository are fetched in the first place
Diffstat (limited to 'source/99_result/main.css')
-rw-r--r--source/99_result/main.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/source/99_result/main.css b/source/99_result/main.css
deleted file mode 100644
index 0452889..0000000
--- a/source/99_result/main.css
+++ /dev/null
@@ -1,20 +0,0 @@
-body{margin:1em;padding:0;font:1em Droid Sans,sans-serif,Verdana,Arial,FreeSans;color:#272828;word-wrap:break-word}
-a{text-decoration:underline;color:#272828}
-a:hover{color:black}
-p{padding:0;margin:0}
-h2{font-size:1.4em;margin:0;color:#F80}
-h2 a{font-size:.8em;text-decoration:none;color:#272828;font-weight:normal;display:inline-block;vertical-align:middle;max-width:95%}
-h2 a:hover{text-decoration:underline}
-ul{padding:0;margin:0 0 0 2.5em}
-ul li{list-style-type:circle;margin:.2em 0 .2em 0}
-ul li a{background:0}
-p.info{font-size:.8em;margin-bottom:.5em;margin-left:1.5em}
-p.info a{text-decoration:none;color:#272828;margin:0 .1em 0 .1em}
-p.info a:hover{text-decoration:underline}
-.commit{border-bottom:.3em dotted #e3e8e8;padding-bottom:.5em;overflow:hidden}
-#pagination{height:1.5em;margin-top:.5em}
-#pagination span.disabled{display:none}
-#pagination span a{text-decoration:none;color:#272828}
-#pagination span a:hover{text-decoration:underline}
-#pagination span a.pagination-previous{float:left}
-#pagination span a.pagination-next{float:right}