mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
blog looks basically like adams
This commit is contained in:
parent
aa3cd06d72
commit
2246e9c934
5 changed files with 25 additions and 7746 deletions
|
@ -1,4 +1,4 @@
|
|||
extends ../layout
|
||||
|
||||
block content
|
||||
!{content}
|
||||
| !{content}
|
Binary file not shown.
22
services/web/public/stylesheets/app/blog.less
Normal file
22
services/web/public/stylesheets/app/blog.less
Normal file
|
@ -0,0 +1,22 @@
|
|||
.logo-header {
|
||||
margin-top: unit(@line-height-base,rem);
|
||||
text-align: center;
|
||||
h3 {
|
||||
color:@gray;
|
||||
}
|
||||
}
|
||||
|
||||
.author_details {
|
||||
font-size: .8em;
|
||||
color: @gray;
|
||||
}
|
||||
|
||||
.post {
|
||||
img {
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load diff
|
@ -27,7 +27,7 @@
|
|||
@import "components/footer.less";
|
||||
//@import "components/breadcrumbs.less";
|
||||
//@import "components/pagination.less";
|
||||
//@import "components/pager.less";
|
||||
@import "components/pager.less";
|
||||
@import "components/labels.less";
|
||||
//@import "components/badges.less";
|
||||
//@import "components/jumbotron.less";
|
||||
|
@ -62,3 +62,4 @@
|
|||
@import "app/recurly.less";
|
||||
@import "app/bonus.less";
|
||||
@import "app/register.less";
|
||||
@import "app/blog.less";
|
||||
|
|
Loading…
Reference in a new issue