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
3bd85289
Commit
3bd85289
authored
Feb 29, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add own JS/CSS files
parent
417ea61d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
html/base.html
html/base.html
+2
-1
media/css/style.css
media/css/style.css
+3
-0
media/js/loader.js
media/js/loader.js
+3
-0
No files found.
html/base.html
View file @
3bd85289
...
...
@@ -13,10 +13,11 @@
<meta
name=
"description"
content=
"{{ description }}"
/>
{% endif %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/media/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/media/
css/
style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/media/css/blitzer/jquery-ui-1.8.18.custom.css"
/>
<script
src=
"/media/js/jquery-1.7.1.min.js"
type=
"text/javascript"
></script>
<script
src=
"/media/js/jquery-ui-1.8.18.custom.min.js"
type=
"text/javascript"
></script>
<script
src=
"/media/js/loader.js"
type=
"text/javascript"
></script>
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"icon"
href=
"/favicon.ico"
type=
"image/x-icon"
/>
...
...
media/css/style.css
0 → 100644
View file @
3bd85289
td
.right
{
text-align
:
right
;
}
media/js/loader.js
0 → 100644
View file @
3bd85289
$
(
document
).
ready
(
function
(){
$
(
'
.button
'
).
button
();
});
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