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
b534feaf
Commit
b534feaf
authored
Mar 23, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bundle font-awesome in the css
parent
27d337fb
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4654 additions
and
4 deletions
+4654
-4
css/converse.css
css/converse.css
+2325
-0
css/inverse.css
css/inverse.css
+2325
-0
dev.html
dev.html
+0
-1
index.html
index.html
+0
-1
inverse.html
inverse.html
+1
-1
sass/converse/converse.scss
sass/converse/converse.scss
+2
-1
sass/inverse/inverse.scss
sass/inverse/inverse.scss
+1
-0
No files found.
css/converse.css
View file @
b534feaf
This diff is collapsed.
Click to expand it.
css/inverse.css
View file @
b534feaf
This diff is collapsed.
Click to expand it.
dev.html
View file @
b534feaf
...
...
@@ -10,7 +10,6 @@
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js"
/>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"node_modules/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"node_modules/font-awesome/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/theme.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<script
src=
"node_modules/requirejs/require.js"
></script>
...
...
index.html
View file @
b534feaf
...
...
@@ -10,7 +10,6 @@
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js"
/>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/theme.min.css"
/>
<script
type=
"text/javascript"
src=
"analytics.js"
></script>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=1"
style=
"border:0;"
alt=
""
/></p></noscript>
...
...
inverse.html
View file @
b534feaf
...
...
@@ -11,7 +11,7 @@
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/css/inverse.min.css"
/>
<script
src=
"https://cdn.conversejs.org/dist/converse.min.js"
></script>
</head>
<body>
<body
class=
"reset"
>
<div
class=
"content"
>
<div
class=
"inner-content"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
inVerse
</h1>
...
...
sass/converse/converse.scss
View file @
b534feaf
...
...
@@ -5,11 +5,12 @@
* Copyright (c) 2012-2016, JC Brand <jc@opkode.com>
* Licensed under the Mozilla Public License
*/
@import
"font-awesome/scss/font-awesome"
;
@import
"bourbon"
;
@import
"variables"
;
@import
"bootstrap/scss/functions"
;
@import
"bootstrap/scss/variables"
;
@import
"bootstrap/scss/mixins"
;
...
...
sass/inverse/inverse.scss
View file @
b534feaf
...
...
@@ -5,6 +5,7 @@
* Copyright (c) 2012-2014, JC Brand <jc@opkode.com>
* Licensed under the Mozilla Public License
*/
@import
"font-awesome/scss/font-awesome"
;
@import
"bourbon"
;
@import
"variables"
;
...
...
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