mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
Merge branch 'master-redesign' of github.com:sharelatex/web-sharelatex into master-redesign
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user