Skip to content

Commit e8a0b0b

Browse files
committed
updated .htaccess
1 parent af1e565 commit e8a0b0b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.htaccess

+1-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Options -Indexes
1313
# Follow symbolic links in this directory.
1414
Options +FollowSymLinks
1515

16-
# Multiviews creates problems with aliased URLs and is not needed for Drupal.
17-
Options -Multiviews
18-
1916
# Make Drupal handle any 404 errors.
2017
ErrorDocument 404 /index.php
2118

@@ -137,6 +134,4 @@ DirectoryIndex index.php index.html index.htm
137134
Header append Vary Accept-Encoding
138135
</FilesMatch>
139136
</IfModule>
140-
</IfModule>
141-
142-
# $Id: .htaccess,v 1.111 2010/11/23 02:59:05 dries Exp $
137+
</IfModule>

sites/all/themes/citygroups_base/css/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ h3, h4, h5, dt { font-size:125%; line-height:150%; margin-bottom:15px; font-wei
2323
margin: 30px 0 15px 0;
2424
}
2525

26+
#main .section h3, #main .section h4, #main .section h5, #main .section dt {
27+
margin: 0 0 15px 0;
28+
}
29+
2630
dl,
2731
dd,
2832
dt {

0 commit comments

Comments
 (0)