Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
candi-date-tayo
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
George Nicole Balmaceda
candi-date-tayo
Commits
9bcdd239
Commit
9bcdd239
authored
Jul 19, 2016
by
royce-matthew
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.discs.ateneo.edu/gnbalmaceda/candi-date-tayo
dfs
parents
c4e601f2
2a778124
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
style.css
app/assets/stylesheets/style.css
+11
-1
index.html.erb
app/views/pages/index.html.erb
+2
-2
No files found.
app/assets/stylesheets/style.css
View file @
9bcdd239
...
...
@@ -18,7 +18,9 @@ html, body {
font-weight
:
300
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
color
:
#16325c
!important
;
}
/* User defined styles */
.logo-container
{
display
:
flex
;
...
...
@@ -27,6 +29,14 @@ html, body {
.logo
{
padding
:
20px
;
}
hr
{
padding
:
0px
;
margin
:
0px
;
height
:
2px
;
background-color
:
rgb
(
250
,
159
,
187
);
background-image
:
linear-gradient
(
to
right
,
rgba
(
250
,
159
,
187
,
0
),
rgb
(
191
,
76
,
118
));
}
.nav
{
position
:
relative
;
display
:
flex
;
...
...
app/views/pages/index.html.erb
View file @
9bcdd239
<h
1>
Vote-A-Sutra
</h1
>
<h
4>
Vote-A-Sutra
</h4
>
<hr>
<%
@positions
.
each
do
|
p
|
%>
<div
style=
"display:inline-block; padding:20px"
>
<h4>
<%=
p
.
name
%>
</h4>
...
...
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