Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Noblogs
noblogs-home
Commits
13d808be
Commit
13d808be
authored
Dec 21, 2019
by
agata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rwd theme noblogs-home
parent
f87501df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
header.php
header.php
+1
-0
style.css
style.css
+6
-1
No files found.
header.php
View file @
13d808be
...
...
@@ -2,6 +2,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
<?php
language_attributes
();
?>
>
<head
profile=
"http://gmpg.org/xfn/11"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
http-equiv=
"Content-Type"
content=
"
<?php
bloginfo
(
'html_type'
)
?>
; charset=
<?php
bloginfo
(
'charset'
)
?>
"
/>
<title>
<?php
wp_title
(
'|'
,
true
,
'right'
);
bloginfo
(
'name'
);
?>
</title>
...
...
style.css
View file @
13d808be
...
...
@@ -150,7 +150,11 @@ div#content img {
position
:
initial
;
}
#header
h1
h1
{
#header
#search-bar
.padder
{
padding
:
5px
;
}
#header
h1
{
width
:
100%
;
line-height
:
1
;
}
...
...
@@ -163,4 +167,5 @@ div#content img {
ul
#nav
li
{
float
:
left
;
}
}
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