diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-13 07:17:06 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-13 07:17:06 +0000 |
| commit | 23585340df6464fb5805daa221fcb22a21f5db23 (patch) | |
| tree | 0aebb3a9d8acd598a42e5c94eb3349995b2592b9 /assets | |
| parent | 62ac821af8f32691e0dfc774be8969916260d0c9 (diff) | |
Minor fix
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 8d5997a..f63e1ba 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -424,17 +424,22 @@ section.exam-info em { .prf-tables{ text-align: left; } +.prf-details{ + text-align: center; +} /********** !user-profile styles *********/ /********** !about_page styles *********/ .about-p{ padding: 30px 30px 0px 30px; font-size: 1.3em; color: #323232; + text-align: center; } .abt-name{ padding-top: 15px; } .abt-content{ + text-align: center; padding: 15px; } |
