Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
d3be5e53
Commit
d3be5e53
authored
Nov 03, 2015
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganized css style statements
parent
80f2deb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
template.html
resources/chat/template.html
+2
-5
No files found.
resources/chat/template.html
View file @
d3be5e53
...
...
@@ -4,15 +4,12 @@
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<base
href=
"{base_url}"
>
<style
type=
"text/css"
>
<!-- Settings common to all styles !-->
<style
id=
"base_style"
type=
"text/css"
media=
"screen,print"
>
*
{
{
word-wrap
:
break-word
;
text-rendering
:
optimizelegibility
;
}
}
img
.scaled-to-fit
{
{
height
:
auto
;
max-width
:
100%
;
}
}
</style>
<!-- This style is shared by all variants. !-->
<style
id=
"base_style"
type=
"text/css"
media=
"screen,print"
>
</style>
<!-- The selected style !-->
<style
id=
"main_style"
type=
"text/css"
media=
"screen,print"
>
@import
url("{style_url}")
;
...
...
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