Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
f79874b0
Commit
f79874b0
authored
Nov 11, 2011
by
Baptiste Jonglez
Browse files
Begin fixing validation issue from W3C
parent
222e7bd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
f79874b0
...
...
@@ -7,10 +7,10 @@
<meta
name=
"description"
content=
"The Internet bugtracker"
/>
<meta
name=
"keywords"
content=
"internet network neutrality"
/>
<title>
{% block title %}[!] Respect My Net {% endblock %}
</title>
<meta
name=
"robots"
content=
"archive,index,follow"
>
<link
rel=
"alternate"
type=
"application/atom+xml"
title=
"Atom feed"
href=
"/atom/"
>
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS feed"
href=
"/rss/"
>
<meta
http-equiv=
"content-language"
content=
"{{LANGUAGE_CODE}}"
>
<meta
name=
"robots"
content=
"archive,index,follow"
/
>
<link
rel=
"alternate"
type=
"application/atom+xml"
title=
"Atom feed"
href=
"/atom/"
/
>
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS feed"
href=
"/rss/"
/
>
<meta
http-equiv=
"content-language"
content=
"{{LANGUAGE_CODE}}"
/
>
{% block rss %}
{% endblock %}
<link
rel=
"stylesheet"
type=
"text/css"
media=
"all"
href=
"{% media_url %}/css/style.css"
/>
...
...
templates/list.html
View file @
f79874b0
...
...
@@ -2,7 +2,7 @@
{% load bt %}
{% load i18n %}
{% block styles %}
<style>
<style
type=
"text/css"
>
.map
{
margin
:
0
0
1em
0
;
float
:
right
;
}
.map-eu
{
border
:
thin
solid
black
;
display
:
block
;
}
#europe-map
{
margin-left
:
1.5em
;}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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