diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-06 12:40:18 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-06 12:40:18 +0000 |
commit | 562900f1b36820843a28d7b68f2f0f3e55e04dbf (patch) | |
tree | a46df3b548f900328ce357c536dd30ed02662be4 /views/default/css/elements/chrome.php | |
parent | 0b7ddb28c68a94403847ddaab460e395f09b9677 (diff) | |
download | elgg-562900f1b36820843a28d7b68f2f0f3e55e04dbf.tar.gz elgg-562900f1b36820843a28d7b68f2f0f3e55e04dbf.tar.bz2 |
more css/html improvements - added .elgg-table and a featured module
git-svn-id: http://code.elgg.org/elgg/trunk@8043 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/chrome.php')
-rw-r--r-- | views/default/css/elements/chrome.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index dd2896ecf..7f1b45af0 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -24,13 +24,13 @@ a.selected { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { - color:#0054A7; + color: #0054A7; } p { - margin-bottom:15px; + margin-bottom: 15px; } p:last-child { - margin-bottom:0; + margin-bottom: 0; } dt { @@ -73,7 +73,6 @@ blockquote { GENERIC SELECTORS *************************************** */ h2 { -/* border-bottom:1px solid #CCCCCC; */ padding-bottom:5px; } |