Skip to content

Instantly share code, notes, and snippets.

@thomascube
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomascube/f9ecff09bbdf35f9aba0 to your computer and use it in GitHub Desktop.
Save thomascube/f9ecff09bbdf35f9aba0 to your computer and use it in GitHub Desktop.
Kolab web client user guide
diff --git a/_static/default.css b/_static/default.css
index b6f8f62..378107f 100755
--- a/_static/default.css
+++ b/_static/default.css
@@ -26,7 +26,7 @@ body {
div.banner {
margin: 0 0 3px 0;
padding: 10px 0;
- height: 40px;
+ height: 16px;
background: #d8edfd;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2VjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
@@ -41,6 +41,7 @@ div.banner {
}
h1.banner-logo {
+ display: none;
font-size: 20px;
font-weight: normal;
color: #333;
diff --git a/Makefile b/Makefile
index 41294e9..268f607 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@
# You can set these variables from the command line.
SOURCE = en_US
-VERSION = 1.0
+VERSION = 3.1
LANGUAGE = en
# use tags to include documentation for specific plugins
-TAGS = -t archive -t acl -t zipdownload -t kolab
+TAGS = -t archive -t acl -t managesieve -t markasjunk -t password -t kolab
SPHINXOPTS = -c . -D language=$(LANGUAGE)
SPHINXBUILD = sphinx-build
BUILDDIR = _build
diff --git a/en_US/index.rst b/en_US/index.rst
index 5b40ad0..efddb0e 100644
--- a/en_US/index.rst
+++ b/en_US/index.rst
@@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Roundcube Webmail User Guide for Version |version|
+Kolab Groupware User Guide for Version |version|
*****************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment