diff --git a/_less/screen.less b/_less/screen.less index 2c7bb9e3..28304662 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1057,6 +1057,16 @@ table td,table th{ background:url(/img/mini_ico_link.svg) no-repeat 0 4px; } +.coredevtable div div:first-child{ + width:200px; +} +.coredevtable div div:first-child+div{ + width:220px; +} +.coredevtable div div:first-child+div+div{ + width:80px; +} + .chatbox{ text-align:center; } @@ -1412,14 +1422,14 @@ h2 .rssicon{ height:400px; margin-bottom:25px; } -.eventtable div{ +.listtable div{ padding:8px 0; border-top:1px solid #E2E2E2; } -.eventtable div:first-child{ +.listtable div:first-child{ border-top:0; } -.eventtable div div{ +.listtable div div{ display:inline-block; vertical-align:middle; text-align:left; @@ -1884,10 +1894,17 @@ h2 .rssicon{ background:none; height:auto; } - .eventtable div div{ + .listtable div div{ display:block; } - .eventtable div div:first-child,.eventtable div div:first-child+div,.eventtable div div:first-child+div+div{ + .eventtable div div:first-child, + .eventtable div div:first-child+div, + .eventtable div div:first-child+div+div{ + width:auto; + } + .coredevtable div div:first-child, + .coredevtable div div:first-child+div, + .coredevtable div div:first-child+div+div{ width:auto; } .press-faq>div{ diff --git a/_templates/development.html b/_templates/development.html index c4b66160..1f2052e4 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -23,15 +23,15 @@ id: development {% endcase %}

{% translate coredev %}

- +
+
Satoshi Nakamoto
PGP
+
Gavin Andresen
gavinandresen@gmail.com
PGP
+
Pieter Wuille
pieter.wuille@gmail.com
PGP
+
Nils Schneider
nils.schneider@gmail.com
PGP
+
Jeff Garzik
jgarzik@bitpay.com
PGP
+
Wladimir J. van der Laan
laanwj@gmail.com
PGP
+
Gregory Maxwell
greg@xiph.org
PGP
+
{% case page.lang %} {% when 'ar' or 'fa' or 'id' or 'pl' or 'zh_TW' %} diff --git a/_templates/events.html b/_templates/events.html index 0924ca20..f70f7535 100644 --- a/_templates/events.html +++ b/_templates/events.html @@ -39,10 +39,9 @@ map.addLayer(markers); {% else %}

{% translate upcoming %}

{% endcase %} -
+
{% filter_for p in site.conferences sort_by:date %}
{{ p.date | date:"%Y-%m-%d" }}
{{ p.title | htmlescape }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
- {% endfilter_for %}