Skip to content

Commit

Permalink
prevent current draft tests from being undone
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-bernhard committed Jun 21, 2024
1 parent 9f113d6 commit 025e526
Show file tree
Hide file tree
Showing 5 changed files with 1,786 additions and 4,161 deletions.
1 change: 1 addition & 0 deletions scripts/build/ruby_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ echo "Ruby version:"
echo `ruby -v`

gem install ffi -v 1.16.3
gem install public_suffix -v 5.1.1
gem install jekyll -v 3.8.6
gem install jekyll-assets -v 2.4.0
gem install jekyll-multiple-languages-plugin
Expand Down
24 changes: 24 additions & 0 deletions src/main/content/_assets/css/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -540,4 +540,28 @@ iframe{

div.sectionbody div.ulist > ul > li p{
font-size: 16px;
}

.quoteblock{
display: table;
margin: auto;
blockquote{
&:before{
content: "\201c";
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5em;
font-weight: 700;
line-height: .6em;
margin-left: -.6em;
}
margin-left: 22px;
margin-right: 0;
text-align: justify;
}
.attribution{
text-align: right;
font-style: italic;
margin-right: 0.5ex;
}
}
Loading

0 comments on commit 025e526

Please sign in to comment.