diff options
author | thelseraphim <thel.seraphim@gmail.com> | 2015-03-14 01:54:26 -0700 |
---|---|---|
committer | thelseraphim <thel.seraphim@gmail.com> | 2015-03-14 01:54:26 -0700 |
commit | 398d0e1958b1f357f650146a5fc1942adf033de6 (patch) | |
tree | 55c186ff347fcf269f025ccf592ca83ab8cf9b97 /resources | |
parent | a46bd352b2e79af23317b0a6b3b2bc89e6d8f832 (diff) | |
parent | 08cadfb6d3bf39d43a05db6e14d6b43bcad9ee60 (diff) |
Merge pull request #15 from witch-house/master
Master
Diffstat (limited to 'resources')
-rw-r--r-- | resources/pronouns.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/pronouns.css b/resources/pronouns.css index 5753b25..3ad386d 100644 --- a/resources/pronouns.css +++ b/resources/pronouns.css @@ -11,6 +11,13 @@ body { border:4px solid #eeeeee; } +.title { + font: large; + margin: 8px; + padding: 4px 6px 4px 6px; + border:4px solid #eeeeee; +} + .about { font: large; margin: 8px; |