Skip to content

Commit

Permalink
Don't show blog by default---wait til it loads.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristaps committed Nov 20, 2016
1 parent f1db78a commit 940090e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog.css
Expand Up @@ -33,7 +33,7 @@
border-radius: 1pt;
padding: 0 4pt; }
#blog .blog-delete-commit > * { padding: 0 1pt; }
#blog .hide { display: none; }
#blog.hide, #blog .hide { display: none; }
#blog a { text-decoration: none; }

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
Expand Down
2 changes: 1 addition & 1 deletion blog.xml
Expand Up @@ -32,7 +32,7 @@
</style>
</head>
<body>
<section id="blog">
<section id="blog" class="hide">
<article>
<div class="blog-control">
Owner control:
Expand Down

0 comments on commit 940090e

Please sign in to comment.