diff options
| author | Jan Altenberg <jan@linutronix.de> | 2016-05-20 19:02:57 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2016-05-20 19:02:57 +0200 |
| commit | de3626497bba95b5d44550c9c23b99fd20a8d9c8 (patch) | |
| tree | deb98eff85fffccf9f7b2818bf837e6ab51d836a /distribution/yocto-intro/yocto-stats/gitstats.css | |
| parent | 29bcbff58ced768f9f4edbc6f4d9d9604552f09e (diff) | |
| parent | f4af36737b6e0ca37f5b17434b8f37d04cf083d7 (diff) | |
Merge remote-tracking branch 'remotes/origin/devel/manut/yocto'
Integration of Manu's latest Yocto topics (autotools)
Diffstat (limited to 'distribution/yocto-intro/yocto-stats/gitstats.css')
| -rw-r--r-- | distribution/yocto-intro/yocto-stats/gitstats.css | 145 |
1 files changed, 0 insertions, 145 deletions
diff --git a/distribution/yocto-intro/yocto-stats/gitstats.css b/distribution/yocto-intro/yocto-stats/gitstats.css deleted file mode 100644 index d807cb0..0000000 --- a/distribution/yocto-intro/yocto-stats/gitstats.css +++ /dev/null @@ -1,145 +0,0 @@ -/** - * GitStats - default style - */ -body { - color: black; - background-color: #dfd; -} - -dt { - font-weight: bold; - float: left; - margin-right: 1em; -} - -dt:after { - content: ': '; -} - -dd { - display: block; - clear: left; -} - -table { - border: 1px solid black; - border-collapse: collapse; - font-size: 80%; - margin-bottom: 1em; -} - -table.noborders { - border: none; -} - -table.noborders td { - border: none; -} - -.vtable { - float: right; - clear: both; -} - -table.tags td { - vertical-align: top; -} - -td { - background-color: white; -} - -th { - background-color: #ddf; -} - -th a { - text-decoration: none; -} - -tr:hover { - background-color: #ddf; -} - -td { - border: 1px solid black; - padding: 0.2em; - padding-left: 0.3em; - padding-right: 0.2em; -} - -/* Navigation bar; tabbed style */ -.nav { - border-bottom: 1px solid black; - padding: 0.3em; -} - -.nav ul { - list-style-type: none; - display: inline; - margin: 0; - padding: 0; -} - -.nav li { - display: inline; -} - -.nav li a { - padding: 0.3em; - text-decoration: none; - color: black; - border: 1px solid black; - margin: 0.5em; - background-color: #ddf; -} - -.nav li a:hover { - background-color: #ddd; - border-bottom: 1px solid #ddf; -} - -img { - border: 1px solid black; - padding: 0.5em; - background-color: white; -} - -th img { - border: 0px; - padding: 0px; - background-color: #ddf; -} - -h1 a, h2 a { - color: black; - text-decoration: none; -} - -h1:hover a:after, -h2:hover a:after { - content: 'ΒΆ'; - color: #555; -} - -h1 { - font-size: x-large; -} - -h2 { - background-color: #564; - border: 1px solid black; - padding-left: 0.5em; - padding-right: 0.5em; - color: white; - font-size: large; - clear: both; -} - -h2 a { - color: white; -} - -.moreauthors { - font-size: 80%; -} |
