Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
m3_webInterface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
m3
m3_webInterface
Commits
3d2bbe5a
Commit
3d2bbe5a
authored
Jan 17, 2019
by
Mario Chirinos Colunga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
text size
parent
fb78b67a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
forms.css
catalog/static/css/forms.css
+5
-0
newsDetails.html
catalog/templates/newsDetails.html
+1
-1
No files found.
catalog/static/css/forms.css
View file @
3d2bbe5a
.form-required
{
display
:
none
;
}
.news-text
{
font-size
:
1.2em
;
}
catalog/templates/newsDetails.html
View file @
3d2bbe5a
...
...
@@ -15,7 +15,7 @@
</div>
<!-- .panel-heading -->
<div
class=
"panel-body"
>
<div
class=
"panel-group"
id=
"accordion"
style=
"text-align: justify; text-justify: auto;"
>
<div
class=
"panel-group
news-text
"
id=
"accordion"
style=
"text-align: justify; text-justify: auto;"
>
<p>
{{news.text|highlight:request.GET.text}}
</p>
</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