diff --git a/assets/proj.css b/assets/proj.css index 9bb6109..eac37bb 100644 --- a/assets/proj.css +++ b/assets/proj.css @@ -26,6 +26,16 @@ h4 { margin: 0.5em 0 0.7em } #info > div:first-child { border-left: none } +#info ul { list-style-type: none + ; text-align: center + ; padding: 0 + ; margin: 0 + } + +#info li { padding: 0.2em 0 + ; margin: 0 + } + #info > br.clear { clear: both } @media only screen and (max-device-width:480px) { diff --git a/assets/proj.js b/assets/proj.js index 38f2912..d053a73 100644 --- a/assets/proj.js +++ b/assets/proj.js @@ -1,8 +1,8 @@ -(function() { +;(function() { if (typeof console === 'undefined') { console = {log:function(){}} } - + var global = this global.SJS = { proj: function(name) { @@ -50,22 +50,26 @@ }) } + function listify(things) { + return '