惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
U
Unit 42
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
G
Google Developers Blog
Recent Announcements
Recent Announcements
B
Blog RSS Feed
罗磊的独立博客
博客园 - Franky
J
Java Code Geeks
S
SegmentFault 最新的问题
D
DataBreaches.Net
C
Check Point Blog
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
有赞技术团队
有赞技术团队
腾讯CDC
博客园_首页
美团技术团队
V
Visual Studio Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
GbyAI
GbyAI
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏

Ben Sturmfels activity

74236414a735666d5c41d961f493e3c40dbf2bd3 to 6c4e38f43247aa2477662f9c9861aca5f9eb2652 · Sturm / Sturm Back Office · GitLab Ben Sturmfels pushed to project branch main at Sturm / Sturm Back Office Ben Sturmfels pushed to project branch main at Sturm / Sturm Back Office Ben Sturmfels pushed to project branch main at Sturm / Sturm Back Office Ben Sturmfels pushed to project branch main at Sturm / Sturm Back Office Sturm / python-ezi · GitLab 提交 · 1.0.1 · Sturm / python-securepay · GitLab Move repository to GitLab (4699ef02) · 提交 · Sturm / python-securepay · GitLab Fix typo in repository URL (d56f32e1) · 提交 · Sturm / tendenci-group-on-email · GitLab 提交 · 0.1.11 · Sturm / tendenci-group-on-email · GitLab Fix typo in repository URL (5d408771) · 提交 · Sturm / tendenci-group-on-email · GitLab Fix typo in repository URL (cacc4e90) · 提交 · Sturm / tendenci-group-on-email · GitLab 提交 · 0.1.10 · Sturm / tendenci-group-on-email · GitLab Sturm / python-securepay · GitLab Move repository to GitLab (bccfdfbe) · 提交 · Sturm / tendenci-group-on-email · GitLab Sturm / tendenci-group-on-email · GitLab Add credit card pre-authorisation (#1) · Issues · Boojum / python-securepay · GitLab Edit .gitlab-ci.yml (90328bc1) · 提交 · Free Software Melbourne / Free Software Australia website · GitLab Edit .gitlab-ci.yml (73abc4b6) · 提交 · Free Software Melbourne / Free Software Australia website · GitLab Edit .gitlab-ci.yml (4be54ed0) · 提交 · Free Software Melbourne / Free Software Australia website · GitLab 提交 · ci · Free Software Melbourne / Free Software Australia website · GitLab Initial public release (42958fd5) · 提交 · Sturm / Sturm Back Office · GitLab Note git truncated for public release (9dbee61f) · 提交 · Sturm / Sturm Back Office · GitLab 55a0330a2cdf57e3a1d9a8bc976066b67f3e6be0 to fdb0e8170bf2256638446b5f40237c28dbd398ad · Sturm / Sturm Back Office · GitLab 提交 · main · Sturm / Sturm Back Office · GitLab Sturm / Sturm Back Office · GitLab a1b03257bca1d37a8cf60a9cfe611a264d205154 to d336d29259e6b13a9232c86a8e07af42b5867380 · Free Software Melbourne / Free Software Australia website · GitLab 提交 · main · Free Software Melbourne / Free Software Australia website · GitLab Free Software Melbourne / Free Software Australia website · GitLab Only display homepage announcements section if used (0566a950) · Commits · Sturm / Brown Hill Community Hub website · GitLab
Boost font size on directory listings (8535ef09) · 提交 ·...
2026-03-10 · via Ben Sturmfels activity
未验证 提交 8535ef09 编辑于 作者: Ben Sturmfels's avatar Ben Sturmfels
浏览文件

Boost font size on directory listings

上级 2a2ade13
加载中
加载中
加载中
加载中
原始行号 差异行号 差异行
@@ -23,9 +23,9 @@

        {% include 'home/search_form.html' with class='measure-wide center mb3' %}

        <table class="center" style="border-collapse: collapse">
        <table class="center f5" style="border-collapse: collapse">
            {% for org in object_list %}
                <tr class="striped--light-gray">
                <tr class="striped--near-white">
                    <td class="ph2 pv1">{{ org.org_category }}</td>
                    <td class="ph2 pv1"><a href="{% url 'organisation_detail' slug=org.slug %}">{{ org.title }}</a></td>
                </tr>