Skip to content

Commit b460147

Browse files
committed
Change CSS
1 parent 35c76d7 commit b460147

File tree

5 files changed

+23
-413
lines changed

5 files changed

+23
-413
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Eve Docs</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=1" />
6-
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/blog.css" />
6+
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/style.css" />
77
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/syntax.css" />
88
<link rel="alternate" type="application/atom+xml" title="Eve Programming Language" href="/atom.xml" />
99
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>

css/blog.css

Lines changed: 0 additions & 344 deletions
This file was deleted.

stylesheets/application.css renamed to css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ nav > .play-cta { margin: 0; padding: 10px 20px; color: white; }
301301

302302
ul { display: block; margin-left: 2em; }
303303

304-
code { padding: 0.2em; white-space: pre-wrap; font-family: "Inconsolata", "Monaco", "Consolas", "Ubuntu Mono", monospace; font-size: 0.9rem; }
304+
code { white-space: pre-wrap; font-family: "Inconsolata", "Monaco", "Consolas", "Ubuntu Mono", monospace; font-size: 0.9rem; }
305305

306306
strong { font-weight: 600; }
307307

@@ -321,4 +321,4 @@ td {
321321
.arglist {
322322
list-style: none;
323323
margin-left: 0px;
324-
}
324+
}

0 commit comments

Comments
 (0)