summaryrefslogtreecommitdiffstats
path: root/docs/reference/style.css
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:50 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:50 +0000
commitec435d244abd92a983d815512462aab1191aa62f (patch)
treedb7ce99dc9fe74814903091a8638dbd15c24db99 /docs/reference/style.css
parent6b86aa67efab3966be6c4577a83886bb93f7be9b (diff)
downloadlasso-ec435d244abd92a983d815512462aab1191aa62f.tar.gz
lasso-ec435d244abd92a983d815512462aab1191aa62f.tar.xz
lasso-ec435d244abd92a983d815512462aab1191aa62f.zip
[Doc] move style.css to the reference directory, and add it to EXTRA_DIST
Diffstat (limited to 'docs/reference/style.css')
-rw-r--r--docs/reference/style.css79
1 files changed, 0 insertions, 79 deletions
diff --git a/docs/reference/style.css b/docs/reference/style.css
deleted file mode 100644
index b8799ceb..00000000
--- a/docs/reference/style.css
+++ /dev/null
@@ -1,79 +0,0 @@
-/* modified from gtk-doc style.css */
-
-body {
- margin: 0 8em;
- padding: 0;
-}
-
-
-.synopsis, .classsynopsis, .programlisting
-{
- padding: 6px;
- -moz-border-radius: 8px;
- background-color: #F6F6F6;
- border: solid 1px #DDDDDD;
- color: #222;
-}
-.variablelist
-{
- padding: 4px;
- margin-left: 3em;
-}
-.variablelist td:first-child
-{
- vertical-align: top;
-}
-table.navigation
-{
- background-color: #BD2C4A;
- border: 1px solid #000000;
- color: white;
- margin: 1em 0 1ex 0;
-}
-.navigation a
-{
- color: white;
-}
-.navigation a:visited
-{
- color: #770000;
-}
-.navigation .title
-{
- font-size: 200%;
-}
-div.refnamediv
-{
- margin-top: 2em;
-}
-div.gallery-float
-{
- float: left;
- padding: 10px;
-}
-div.gallery-float img
-{
- border-style: none;
-}
-div.gallery-spacer
-{
- clear: both;
-}
-a
-{
- text-decoration: none;
-}
-a:hover
-{
- text-decoration: underline;
-}
-
-table.navigation th {
- padding: 0.4ex 0;
- font-size: 150%;
-}
-
-p.releaseinfo {
- font-weight: bold;
-}
-