removed hardcoded persona preview widgets

main
psychobunny 10 years ago
parent 37984caef4
commit 2c76dbb88d

@ -4,32 +4,6 @@ html {
overflow-y: scroll; overflow-y: scroll;
} }
// temporary during preview
.container .jumbotron {
background: #333;
color: white;
padding: 20px 30px;
padding-top: 32px;
p {
font-size: 18px;
}
p:first-child {
font-size: 21px;
}
strong {
text-transform: uppercase;
font-size: 13px;
}
a, a:hover, a:focus, a:active {
font-weight: 700;
}
}
body { body {
@media (min-width: 979px) @media (min-width: 979px)
{ {

@ -1,13 +1,3 @@
<div class="jumbotron">
<p>
Welcome to the NodeBB Developer Community
</p>
<p>
<strong>2015-03-22 Introducing the NodeBB 0.7.0 Persona preview</strong><br />
Head over to the <a href="https://community.nodebb.org/topic/4054/introducing-the-nodebb-0-7-0-persona-preview">Persona Feedback Thread</a> to send your feedback and suggestions!
</p>
</div>
<ul class="categories" itemscope itemtype="http://www.schema.org/ItemList"> <ul class="categories" itemscope itemtype="http://www.schema.org/ItemList">
<p>Categories</p> <p>Categories</p>

@ -1,15 +1,10 @@
</div><!--END container --> </div><!--END container -->
<div class="copyright text-center">
Copyright © 2015 <a target="_blank" href="https://www.nodebb.com">NodeBB</a> | <a target="_blank" href="//github.com/NodeBB/NodeBB/graphs/contributors">Contributors</a>
</div>
<div class="hide tpl-500"> <div class="hide tpl-500">
<!-- IMPORT 500.tpl --> <!-- IMPORT 500.tpl -->
</div> </div>
<!-- IMPORT partials/modals/upload_picture_modal.tpl --> <!-- IMPORT partials/modals/upload_picture_modal.tpl -->
<div class="topic-search hidden"> <div class="topic-search hidden">
<div class="btn-group"> <div class="btn-group">
<button type="button" class="btn btn-default count"></button> <button type="button" class="btn btn-default count"></button>

Loading…
Cancel
Save