From 265953adc633659931df39ed397be9fc6df6293a Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 23 Nov 2014 14:10:01 +0530 Subject: [PATCH] Bootstrap change .btn-large -> .btn-lg --- plinth/modules/diagnostics/templates/diagnostics.html | 2 +- plinth/modules/help/templates/about.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plinth/modules/diagnostics/templates/diagnostics.html b/plinth/modules/diagnostics/templates/diagnostics.html index c85203f08..d9d1908ee 100644 --- a/plinth/modules/diagnostics/templates/diagnostics.html +++ b/plinth/modules/diagnostics/templates/diagnostics.html @@ -24,7 +24,7 @@ system to confirm that network services are running and configured properly. It may take a minute to complete.

-

+

Run diagnostic test »

diff --git a/plinth/modules/help/templates/about.html b/plinth/modules/help/templates/about.html index 973751fcf..c2eaaf08e 100644 --- a/plinth/modules/help/templates/about.html +++ b/plinth/modules/help/templates/about.html @@ -38,9 +38,10 @@ runs on must be cheap. The software it runs on must be easy to install and administrate by anybody. It must be easy to transition from existing services.

-

Learn more -»

+

+ Learn more» +

{% endblock %}