From 212b659ec51ebdf5fda9e1e0f3528f545829bffa Mon Sep 17 00:00:00 2001 From: nagadomi Date: Mon, 18 Apr 2016 09:47:05 +0900 Subject: [PATCH] Fix web page layout --- assets/style.css | 2 +- webgen/assets/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index a3226bc..a11bb52 100644 --- a/assets/style.css +++ b/assets/style.css @@ -111,7 +111,7 @@ p.margin1 { margin: 0.9em 0; } .option-left { display: inline-block; - width: 180px; + width: 220px; color: #707070; font-weight: bold; } diff --git a/webgen/assets/style.css b/webgen/assets/style.css index a3226bc..a11bb52 100644 --- a/webgen/assets/style.css +++ b/webgen/assets/style.css @@ -111,7 +111,7 @@ p.margin1 { margin: 0.9em 0; } .option-left { display: inline-block; - width: 180px; + width: 220px; color: #707070; font-weight: bold; }