diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 18:15:58 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 18:15:58 +0200 | 
| commit | 3f4214cabe09e7aecc96a7685d2871300156773d (patch) | |
| tree | 33e31382f4e535919e8e584a92643ab3caff081c /c | |
| parent | Better text (diff) | |
| download | joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.gz joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.bz2 joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.xz joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.zst joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.zip | |
Added the projects welcome page
Diffstat (limited to '')
| -rw-r--r-- | css/site.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/css/site.css b/css/site.css index 6fe0944..2632e1e 100644 --- a/css/site.css +++ b/css/site.css @@ -190,7 +190,7 @@ div.body-contents code {  div.body-contents pre {  	background-color: #e4e4e4; -	border-radius: 5px; +	border-radius: 4px;  	display: block;  	margin: 0;  	width: 80%; | 
