Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
9359c76c
Commit
9359c76c
authored
Dec 07, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small tweaks to site and doc css.
Also, in Makefile, remove old HTML build first during "make html" step.
parent
d3eb6b43
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
Makefile
Makefile
+1
-0
css/theme.css
css/theme.css
+3
-0
docs/source/_static/style.css
docs/source/_static/style.css
+5
-0
index.html
index.html
+5
-5
No files found.
Makefile
View file @
9359c76c
...
@@ -105,6 +105,7 @@ check:: stamp-npm
...
@@ -105,6 +105,7 @@ check:: stamp-npm
## Documentation
## Documentation
html
:
html
:
rm
-rf
$(BUILDDIR)
/html
$(SPHINXBUILD)
-b
html
$(ALLSPHINXOPTS)
$(BUILDDIR)
/html
$(SPHINXBUILD)
-b
html
$(ALLSPHINXOPTS)
$(BUILDDIR)
/html
@
echo
@
echo
@
echo
"Build finished. The HTML pages are in
$(BUILDDIR)
/html."
@
echo
"Build finished. The HTML pages are in
$(BUILDDIR)
/html."
...
...
css/theme.css
View file @
9359c76c
...
@@ -170,6 +170,9 @@ a:focus {
...
@@ -170,6 +170,9 @@ a:focus {
color
:
#ffffff
;
color
:
#ffffff
;
background
:
rgba
(
255
,
255
,
255
,
0.1
);
background
:
rgba
(
255
,
255
,
255
,
0.1
);
}
}
.btn-text
{
font-family
:
"Lora"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
}
.page-scroll
.btn-circle
i
.animated
{
.page-scroll
.btn-circle
i
.animated
{
-webkit-transition-property
:
-webkit-transform
;
-webkit-transition-property
:
-webkit-transform
;
-webkit-transition-duration
:
1s
;
-webkit-transition-duration
:
1s
;
...
...
docs/source/_static/style.css
View file @
9359c76c
body
{
font-family
:
"Lora"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
}
h1
{
h1
{
font-size
:
50px
;
font-size
:
50px
;
}
}
...
@@ -5,3 +9,4 @@ h1 {
...
@@ -5,3 +9,4 @@ h1 {
.navbar-brand
{
.navbar-brand
{
padding-top
:
7px
;
padding-top
:
7px
;
}
}
index.html
View file @
9359c76c
...
@@ -56,12 +56,12 @@
...
@@ -56,12 +56,12 @@
<li
class=
"page-scroll"
>
<li
class=
"page-scroll"
>
<a
href=
"#contact"
>
Contact
</a>
<a
href=
"#contact"
>
Contact
</a>
</li>
</li>
<li
class=
"page-scroll"
>
<li>
<a
href=
"https://github.com/jcbrand/converse.js/releases"
class=
"button"
target=
"_blank"
>
Download
</a>
</li>
<li
class=
"page-scroll"
>
<a
href=
"/docs/html/index.html"
>
Documentation
</a>
<a
href=
"/docs/html/index.html"
>
Documentation
</a>
</li>
</li>
<li>
<a
href=
"https://github.com/jcbrand/converse.js/releases"
class=
"button"
target=
"_blank"
>
Download
</a>
</li>
</ul>
</ul>
</div>
</div>
<!-- /.navbar-collapse -->
<!-- /.navbar-collapse -->
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse.js
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse.js
</h1>
<p
class=
"intro-text"
>
A free and open-source XMPP chat client for your website
</p>
<p
class=
"intro-text"
>
A free and open-source XMPP chat client for your website
</p>
<div
class=
"page-scroll"
>
<div
class=
"page-scroll"
>
<a
href=
"#about"
class=
"btn btn-default btn-lg"
>
Learn More
</a>
<a
href=
"#about"
class=
"btn btn-default btn-lg"
>
<span
class=
"btn-text"
>
Learn More
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment