From 3e9d6858bc0fcf097bb9604555c39e0e1fec17f2 Mon Sep 17 00:00:00 2001 From: Jeffrey Chau Date: Tue, 9 May 2017 12:18:11 -0700 Subject: [PATCH] Add text-align property to pyprofile class for readability --- silk/templates/silk/profile_detail.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/silk/templates/silk/profile_detail.html b/silk/templates/silk/profile_detail.html index 7f1007e0..4ff03df2 100644 --- a/silk/templates/silk/profile_detail.html +++ b/silk/templates/silk/profile_detail.html @@ -21,6 +21,10 @@ } + .pyprofile { + text-align: left; + } + a { color: #45ADA8; }