Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jmkunnat
206_portfolio
Commits
bdcbe830
Commit
bdcbe830
authored
Apr 04, 2016
by
jmkunnat
Browse files
added default style sheet and some browser dependent changes
parent
cf14fd81
Pipeline
#2300
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
stylesheets/default_style.css
0 → 100644
View file @
bdcbe830
body
{
font-family
:
"Helvetica"
,
"Times"
,
serif
;
color
:
black
;
margin
:
0
auto
;
padding
:
0
;
}
\ No newline at end of file
stylesheets/style.css
View file @
bdcbe830
...
...
@@ -12,6 +12,7 @@ body {
background-color
:
#cccccc
;
overflow
:
hidden
;
font-family
:
"Helvetica"
,
"Times"
,
serif
;
font-size
:
14px
;
}
.foot
h5
{
...
...
@@ -242,6 +243,7 @@ h1 {
width
:
100%
;
background-size
:
cover
;
color
:
white
;
overflow
:
hidden
;
}
...
...
templates/base.html
View file @
bdcbe830
...
...
@@ -15,6 +15,7 @@
<!-- Latest compiled and minified JavaScript -->
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity=
"sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"stylesheets/default_style.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"stylesheets/style.css"
>
...
...
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