Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicholas J Anderson
whats-open
Commits
3452811d
Commit
3452811d
authored
Oct 27, 2013
by
Renfred Harper
Browse files
Add html doctype declaration
parent
2c70ac85
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
3452811d
...
...
@@ -18,6 +18,9 @@
color
:
#000
;
}
/*Styles*/
body
,
html
{
height
:
100%
;
}
a
{
color
:
#006633
;
}
...
...
whats_open/templates/base.html
View file @
3452811d
<!DOCTYPE html>
<html>
{% block head %}
<head>
...
...
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