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
fdd369ed
Commit
fdd369ed
authored
Apr 19, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the heading clickable (returns to home)
parent
a306e1a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
index.html
index.html
+1
-1
stylesheets/stylesheet.css
stylesheets/stylesheet.css
+4
-0
tests.html
tests.html
+1
-1
No files found.
index.html
View file @
fdd369ed
...
...
@@ -16,7 +16,7 @@
<header
class=
"inner"
>
<a
id=
"forkme_banner"
href=
"https://github.com/jcbrand/converse.js"
>
View on GitHub
</a>
<h1
id=
"project_title"
>
Converse.js
</h1>
<h1
id=
"project_title"
>
<a
href=
"http://conversejs.org"
>
Converse.js
</a>
</h1>
<h2
id=
"project_tagline"
>
Browser-based Instant Messaging with Strophe.js and Backbone.js
</h2>
<section
id=
"downloads"
>
...
...
stylesheets/stylesheet.css
View file @
fdd369ed
...
...
@@ -124,6 +124,10 @@ a {
-ms-transition
:
text-shadow
0.5s
ease
;
}
h1
a
{
color
:
white
;
}
#main_content
a
:hover
{
color
:
#0069ba
;
text-shadow
:
#5390c8
0px
0px
2px
;
...
...
tests.html
View file @
fdd369ed
...
...
@@ -16,7 +16,7 @@
<body>
<div
id=
"header_wrap"
class=
"outer"
>
<header
class=
"inner"
>
<h1
id=
"project_title"
>
Converse.js
</h1>
<h1
id=
"project_title"
>
<a
href=
"http://conversejs.org"
>
Converse.js
</a>
</h1>
<h2
id=
"project_tagline"
>
Tests
</h2>
</header>
</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