Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
dcd92c50
Commit
dcd92c50
authored
Oct 17, 2018
by
Clint Mourlevat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing some css
parent
023bc3a7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
HomeController.cs
Controllers/HomeController.cs
+0
-1
_Layout.cshtml
Views/Shared/_Layout.cshtml
+1
-2
default.css
wwwroot/css/default.css
+9
-2
No files found.
Controllers/HomeController.cs
View file @
dcd92c50
...
@@ -12,7 +12,6 @@ using Microsoft.Extensions.Caching.Memory;
...
@@ -12,7 +12,6 @@ using Microsoft.Extensions.Caching.Memory;
using
NBitcoin
;
using
NBitcoin
;
using
Newtonsoft.Json
;
using
Newtonsoft.Json
;
using
QRCoder
;
using
QRCoder
;
using
NBitcoin
;
using
Stratis.Guru.Models
;
using
Stratis.Guru.Models
;
using
Stratis.Guru.Modules
;
using
Stratis.Guru.Modules
;
...
...
Views/Shared/_Layout.cshtml
View file @
dcd92c50
...
@@ -24,8 +24,7 @@
...
@@ -24,8 +24,7 @@
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<nav
class=
"main-nav"
>
<nav
class=
"main-nav"
>
<a
asp-controller=
"Home"
asp-action=
"Index"
class=
"logo "
>
<a
asp-controller=
"Home"
asp-action=
"Index"
class=
"logo "
>
<img
src=
"~/images/logo.png"
class=
"light-logo"
alt=
"Stratis.guru"
/>
<span
class=
"text-white"
>
Stratis
</span><span
class=
"text-muted"
>
.guru
</span>
<span
class=
"text-info text-hide"
>
v2
</span>
<img
src=
"~/images/logo.png"
class=
""
alt=
"Stratis.guru"
/>
<span
class=
"text-white"
>
Stratis
</span><span
class=
"text-muted"
>
.guru
</span>
<span
class=
"text-info text-hide"
>
v2
</span>
<img
src=
"~/images/logos/white-logo-dark.svg"
class=
"dark-logo"
alt=
"Arda ICO"
/>
</a>
</a>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li><a
asp-action=
"Index"
asp-controller=
"Home"
><i
class=
"fa fa-home"
></i>
HOME
</a></li>
<li><a
asp-action=
"Index"
asp-controller=
"Home"
><i
class=
"fa fa-home"
></i>
HOME
</a></li>
...
...
wwwroot/css/default.css
View file @
dcd92c50
...
@@ -75,7 +75,7 @@ header, nav, section, article, aside, footer, hgroup {
...
@@ -75,7 +75,7 @@ header, nav, section, article, aside, footer, hgroup {
html
,
body
{
html
,
body
{
font-family
:
"Raleway"
,
sans-serif
;
font-family
:
"Raleway"
,
sans-serif
;
font-weight
:
400
;
font-weight
:
400
;
background
-color
:
#fff
;
background
:
#1b1d20
;
font-size
:
16px
;
font-size
:
16px
;
-ms-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
...
@@ -1344,8 +1344,15 @@ header
...
@@ -1344,8 +1344,15 @@ header
}
}
@media
(
max-width
:
991px
)
{
@media
(
max-width
:
991px
)
{
#crafted
{
position
:
relative
;
background
:
#1b1d20
;
padding
:
20px
0
15px
;
margin-top
:
10px
;
}
.header-area
{
.header-area
{
background
:
#fff
;
background
:
transparent
;
height
:
80px
;
height
:
80px
;
box-shadow
:
0
2px
28px
0
rgba
(
0
,
0
,
0
,
0.06
);
box-shadow
:
0
2px
28px
0
rgba
(
0
,
0
,
0
,
0.06
);
}
}
...
...
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