diff options
| author | Tiago Vignatti <tiago.vignatti@intel.com> | 2012-11-09 20:33:10 -0200 |
|---|---|---|
| committer | Tiago Vignatti <tiago.vignatti@intel.com> | 2012-11-12 16:08:32 -0200 |
| commit | 5909dddc78573774bd3a93c280831a7d18d82994 (patch) | |
| tree | 598a08f1140d48bce46a51fe0095bb93c68c61e8 /protocol/wayland-protocol.css | |
| parent | doc: Auto-generate API methods and classes documentation (diff) | |
| download | wayland-5909dddc78573774bd3a93c280831a7d18d82994.tar wayland-5909dddc78573774bd3a93c280831a7d18d82994.tar.gz wayland-5909dddc78573774bd3a93c280831a7d18d82994.tar.bz2 wayland-5909dddc78573774bd3a93c280831a7d18d82994.tar.lz wayland-5909dddc78573774bd3a93c280831a7d18d82994.tar.xz wayland-5909dddc78573774bd3a93c280831a7d18d82994.tar.zst wayland-5909dddc78573774bd3a93c280831a7d18d82994.zip | |
doc: Remove unused css and xslt for the protocol
This was added previously (commit 015c42e1) when we didn't have docbook
formatted documentation. Now it became quite useless.
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Diffstat (limited to 'protocol/wayland-protocol.css')
| -rw-r--r-- | protocol/wayland-protocol.css | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/protocol/wayland-protocol.css b/protocol/wayland-protocol.css deleted file mode 100644 index 91f458a..0000000 --- a/protocol/wayland-protocol.css +++ /dev/null @@ -1,41 +0,0 @@ -body { padding: 0px 150px; } -h1 { margin: 40px 0px; color: #aaa; } -p { margin: 20px 0px; } -h1 img { vertical-align: middle; border-width: 0px; } -h2 { font-family: sans; color: #888; } -h3 { font-family: sans; color: #888; font-style: italic; } -a { color: #444; } -a:hover { color: #888; } -a:visited { color: #666; } -li { margin: 10px 0px }; -table { border: 1px solid gray;} - -.version { font-size: small } -div.interface { padding: 2% } - -div.requests div:nth-child(even) { background-color: #eeeeee; } -div.requests div { margin-left: 2%; padding-left: 2%; } -div.requests table { border: 0px; margin: 10px; } -div.requests table th { padding: 5px } -div.requests table td { padding: 5px } - -div.events div:nth-child(even) { background-color: #eeeeee; } -div.events div { margin-left: 2%; padding-left: 2%; } -div.events table { border: 0px; margin: 10px; } -div.events table th { padding: 5px } -div.events table td { padding: 5px } - -div.enums div:nth-child(even) { background-color: #eeeeee; } -div.enums div { margin-left: 2%; padding-left: 2%; } -div.enums table { border: 0px; margin: 10px; } -div.enums table th { padding: 5px } -div.enums table td { padding: 5px } - -.arg_name { font-family: monospace; padding:5px} -.arg_type { font-family: monospace; color: #338833; padding:5px } -.arg_value { font-family: monospace; color: #338833; padding:5px } -.arg_desc { font-style: italic;padding:5px; } -.mono { font-family: monospace; font-weight: bold; } - -div.toc span { font-size: 11pt; line-height: 150%; } -div.toc li li { line-height: 100%; margin: 0%; } |
