diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-28 18:15:53 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-28 18:15:53 +1200 |
commit | 21dca99ddf7eadb929bc9fe40a6b3f9fd90b2f41 (patch) | |
tree | 920043fe637f02bde2ca7a41b9c714e6fd7633f1 /public | |
parent | e6fead06dcc6c27e47df83533b53256beabc21a5 (diff) | |
download | refinerycms-blog-21dca99ddf7eadb929bc9fe40a6b3f9fd90b2f41.tar.gz refinerycms-blog-21dca99ddf7eadb929bc9fe40a6b3f9fd90b2f41.tar.bz2 refinerycms-blog-21dca99ddf7eadb929bc9fe40a6b3f9fd90b2f41.zip |
wrote rails engine for later, added ability to add comments and see ones already posted.
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/refinerycms-blog.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/refinerycms-blog.css b/public/stylesheets/refinerycms-blog.css index d961487..cef953a 100644 --- a/public/stylesheets/refinerycms-blog.css +++ b/public/stylesheets/refinerycms-blog.css @@ -10,4 +10,7 @@ margin: 0px; padding: 0px; display: inline; +} +.field.message_field label { + vertical-align: top; }
\ No newline at end of file |