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

推荐订阅源

博客园_首页
博客园 - 【当耐特】
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
D
Docker
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
罗磊的独立博客
小众软件
小众软件
A
About on SuperTechFans
MyScale Blog
MyScale Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
C
Check Point Blog
L
LangChain Blog

Ben Sturmfels activity

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 Sturm / Channel Flow Calculator · GitLab Sturm / J Ward website · GitLab Sturm / Soil Land and Water website · GitLab a0df82488bae1c70386149801999186e9fe7a57a to 18de48d63f6ec2c09f64facc4d867a4ff61a30a4 · Sturm / Brown Hill Community Hub website · GitLab
Tweak logo margin (084ec605) · Commits · Sturm / J Ward w...
Ben Sturmfel · 2026-03-11 · via Ben Sturmfels activity
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@
  display: flex;
  flex-direction: column; }

.ml2 {
  margin-left: 0.625rem; }

@media (min-width: 640px) {
  .db-m {
    display: block; }
@@ -12,7 +15,9 @@
    display: none; }
  .flex-row-m {
    display: flex;
    flex-direction: row; } }
    flex-direction: row; }
  .ml3-ns {
    margin-left: 0.9375rem; } }

:root {
  --faun: #D0C6BE; }
@@ -31,9 +36,13 @@ body {

.menu a {
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem; }

#mymenu {
  flex-wrap: wrap; }

#top-bar {
  flex-wrap: wrap; }

Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
  flex-direction: column;
}

.ml2 { margin-left: 0.625rem }

@media (min-width: 640px) {
  .db-m {
    display: block;
@@ -19,6 +21,7 @@
    display: flex;
    flex-direction: row;
  }
  .ml3-ns { margin-left: 0.9375rem }
}

:root {
@@ -38,10 +41,13 @@ body {
.menu a { margin-bottom: 0 }
.menu a {
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}

#mymenu { flex-wrap: wrap }

#top-bar {
  flex-wrap: wrap;
}
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
    <body class="{% block body_class %}{% endblock %}">
        {% wagtailuserbar %}
        <div id="top-bar" style="display: flex; align-items: center">
            <div class="logo"><a href="/">{{ settings.pages.SiteBranding.short_title }}</a></div>
            <div class="logo ml2 ml3-ns"><a href="/">{{ settings.pages.SiteBranding.short_title }}</a></div>
            <div class="dn-m" style="text-align: right; flex-grow: 1; padding-right: 1rem">
                <button type="button" data-toggle="top-menu"><i class="fa fa-bars fa-2x"></i></button>
            </div>