Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MIS21_PHVote
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
April Angelo
MIS21_PHVote
Commits
7cea439a
Commit
7cea439a
authored
Jul 21, 2016
by
John Noel Victorino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed js and css
parent
189ea484
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
18 deletions
+7
-18
agency.min.js
app/assets/javascripts/agency.min.js
+2
-1
application.js
app/assets/javascripts/application.js
+2
-12
agency.css
app/assets/stylesheets/agency.css
+1
-1
agency.min.css
app/assets/stylesheets/agency.min.css
+1
-1
style.css
app/assets/stylesheets/style.css
+1
-3
No files found.
app/assets/javascripts/agency.min.js
View file @
7cea439a
This diff is collapsed.
Click to expand it.
app/assets/javascripts/application.js
View file @
7cea439a
...
...
@@ -13,15 +13,5 @@
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .
<
script
src
=
"vendor/jquery/jquery.min.js"
><
/script
>
<
script
src
=
"vendor/bootstrap/js/bootstrap.min.js"
><
/script
>
<
script
src
=
"http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"
><
/script
>
<
script
src
=
"js/jqBootstrapValidation.js"
><
/script
>
<
script
src
=
"js/contact_me.js"
><
/script
>
<
script
src
=
"js/agency.min.js"
><
/script>
\ No newline at end of file
//= require bootstrap.js
//= require_tree .
\ No newline at end of file
app/assets/stylesheets/agency.css
View file @
7cea439a
...
...
@@ -227,7 +227,7 @@ fieldset[disabled] .btn-xl.active {
}
}
header
{
background-image
:
url('../img/header-bg.jpg')
;
/*background-image: url('../img/header-bg.jpg');*/
background-repeat
:
no-repeat
;
background-attachment
:
scroll
;
background-position
:
center
center
;
...
...
app/assets/stylesheets/agency.min.css
View file @
7cea439a
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/style.css
View file @
7cea439a
...
...
@@ -55,8 +55,6 @@ h3{
{
color
:
#245269
;
}
}
h2
{
font-family
:
'Lato'
,
sans-serif
;
font-weight
:
700
;
...
...
@@ -126,7 +124,7 @@ a:hover {
}
a
:active
,
a
:active
{
border-bottom
:
3px
solid
;
...
...
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