Updated logo for FoxTube
Improved blog CSS
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<head>
|
||||
<title>@ViewData["Title"] - FoxTube - XFox111.NET</title>
|
||||
<base href="~/assets/FoxTube/" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
||||
<link rel="apple-touch-icon" type="image/png" href="apple-touch-favicon.png" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="~/css/Fonts.css" />
|
||||
<link rel="stylesheet" type="text/css" href="~/css/Socicon.css" />
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 116 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 644 B |
@@ -164,6 +164,20 @@ main > form
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.post-body > hr,
|
||||
.post-body > h1,
|
||||
.post-body > h2,
|
||||
.post-body > h3,
|
||||
.post-body > h6,
|
||||
.post-body > h5,
|
||||
.post-body > h6,
|
||||
.post-body > ol,
|
||||
.post-body > ul
|
||||
{
|
||||
margin-right: 25px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.share-btns
|
||||
{
|
||||
display: inline-grid;
|
||||
|
||||
Reference in New Issue
Block a user