Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
panikweb
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
radiopanik
panikweb
Commits
7194c3c0
Commit
7194c3c0
authored
Jan 14, 2017
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to scss for css files
parent
639f918a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
7 deletions
+2
-7
panikweb_templates/static/css/_general.scss
panikweb_templates/static/css/_general.scss
+0
-0
panikweb_templates/static/css/_reset.scss
panikweb_templates/static/css/_reset.scss
+0
-0
panikweb_templates/static/css/_specifics.scss
panikweb_templates/static/css/_specifics.scss
+1
-1
panikweb_templates/static/css/_type.scss
panikweb_templates/static/css/_type.scss
+0
-0
panikweb_templates/templates/base.html
panikweb_templates/templates/base.html
+1
-6
No files found.
panikweb_templates/static/css/
general.
css
→
panikweb_templates/static/css/
_general.s
css
View file @
7194c3c0
File moved
panikweb_templates/static/css/
reset.
css
→
panikweb_templates/static/css/
_reset.s
css
View file @
7194c3c0
File moved
panikweb_templates/static/css/
specifics.
css
→
panikweb_templates/static/css/
_specifics.s
css
View file @
7194c3c0
...
...
@@ -876,7 +876,7 @@ h1.top#frequence {
opacity
:
0
.6
;
}
.emission
.
.link
.description
{
.emission
.link
.description
{
margin
:
0px
0
5px
0
;
font-family
:
"RegloMedium"
;
}
...
...
panikweb_templates/static/css/
type.
css
→
panikweb_templates/static/css/
_type.s
css
View file @
7194c3c0
File moved
panikweb_templates/templates/base.html
View file @
7194c3c0
...
...
@@ -20,12 +20,7 @@
<link
rel=
"alternate"
type=
"application/rss+xml"
href=
"{% url 'atom-feed' %}"
title=
"News atom feed"
>
<link
rel=
"alternate"
type=
"application/rss+xml"
href=
"{% url 'podcasts-feed' %}"
title=
"Podcast sounds"
>
{% compress css %}
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/reset.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/type.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/general.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/specifics.css"
type=
"text/css"
/>
{% endcompress %}
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}css/style.css"
type=
"text/css"
/>
{% compress js %}
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/jquery-1.10.2.min.js"
></script>
...
...
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