diff --git a/README.md b/README.md index e69de29..9e1497e 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# author - a Hybrid Publishing Project + +This code has been written by Julie Boschat Thorez and Cristina Cochior for the Hybrid Publishing thesis award of 2018. + +You can find the live running version here: http://51.255.169.99:8080/ diff --git a/static/css/main.css b/static/css/main.css index 36262eb..88a60b9 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -36,7 +36,7 @@ a { } sup#fn54, sup#fn38, sup#fn66 { - word-break: break-all; + word-break: break-word; } sup a { @@ -349,7 +349,7 @@ button.download:hover { } #intro, #howto, #insert { - border-radius: 10px 50px 10px 50px; + border-radius: 10px 50px 50px 10px; overflow-y: scroll; position: fixed; display: none; diff --git a/templates/layout.html b/templates/layout.html index 36e7f68..e74847c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -616,7 +616,7 @@ var flag = true;