Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
some-ori
Project
Project
Details
Activity
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
John
some-ori
Commits
e96d8000
Commit
e96d8000
authored
Feb 07, 2017
by
John Punzalan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add FR
parent
359c4e2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
someori.css
wp-content/themes/someori/library/css/someori.css
+3
-0
someori.less
wp-content/themes/someori/library/less/someori.less
+4
-0
template-info.php
wp-content/themes/someori/template-info.php
+1
-1
No files found.
wp-content/themes/someori/library/css/someori.css
View file @
e96d8000
...
...
@@ -356,3 +356,6 @@ a {
a
:hover
{
color
:
#949494
;
}
.info-block
{
font-size
:
14px
;
}
wp-content/themes/someori/library/less/someori.less
View file @
e96d8000
...
...
@@ -164,3 +164,7 @@ a {
color: #949494;
}
}
.info-block {
font-size: 14px;
}
\ No newline at end of file
wp-content/themes/someori/template-info.php
View file @
e96d8000
...
...
@@ -15,7 +15,7 @@
<div
class=
"span6 full cover-bg"
style=
"background-image: url(
<?=
esc_url
(
the_post_thumbnail_url
(
'full'
));
?>
); height: calc(100vh);"
></div>
<div
class=
"span6 full full-screen-height exposition-block"
>
<?=
get_template_part
(
'template'
,
'menu'
);
?>
<div
class=
"vertical-center"
>
<div
class=
"vertical-center
info-block
"
>
<?=
the_content
()
?>
</div>
</div>
...
...
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