Skip to content

Commit

Permalink
Rename rapidxwpr div class to wrapper - since thats what it is ushahi…
Browse files Browse the repository at this point in the history
…di#550

* Fix other themes for renaming rapidxwpr to wrapper ushahidi#550
  • Loading branch information
rjmackay committed Dec 10, 2012
1 parent e52a5df commit f2e4f71
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion themes/bueno/views/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="underfooter"></div>

<!-- footer content -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder">

<!-- footer credits -->
<div class="footer-credits">
Expand Down
2 changes: 1 addition & 1 deletion themes/bueno/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


<!-- wrapper -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder">

<!-- header -->
<div id="header">
Expand Down
2 changes: 1 addition & 1 deletion themes/default/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ body{


/* wrapper setup */
div.rapidxwpr{
div.wrapper, div.rapidxwpr{
margin: auto;
width: 960px;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/default/views/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="underfooter"></div>

<!-- footer content -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder rapidxwpr">

<!-- footer credits -->
<div class="footer-credits">
Expand Down
2 changes: 1 addition & 1 deletion themes/default/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<?php echo $header_nav; ?>

<!-- wrapper -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder rapidxwpr">

<!-- header -->
<div id="header">
Expand Down
2 changes: 1 addition & 1 deletion themes/polaroid/css/_default.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ body.page-reports-view { background:#ffffff; background-image:none; }
.report_detail .r_location,
div.credibility { display:none; }

.page-reports-view div.rapidxwpr { width:740px; }
.page-reports-view div.wrapper { width:740px; }
.page-reports-view div#main { padding:0; }
#main .left-col { width:150px; margin-right:45px; }
#main .middle-col { width:350px; margin-right:45px; float:left; }
Expand Down
2 changes: 1 addition & 1 deletion themes/polaroid/views/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="underfooter"></div>

<!-- footer content -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder">

<!-- footer credits -->
<div class="footer-credits">
Expand Down
2 changes: 1 addition & 1 deletion themes/polaroid/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


<!-- wrapper -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder">

<!-- header -->
<div id="header">
Expand Down
2 changes: 1 addition & 1 deletion themes/unicorn/views/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="underfooter"></div>

<!-- footer content -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder">

<!-- footer credits -->
<div class="footer-credits">
Expand Down
2 changes: 1 addition & 1 deletion themes/unicorn/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@


<!-- wrapper -->
<div class="rapidxwpr floatholder">
<div class="wrapper floatholder">

<!-- header -->
<div id="header">
Expand Down

0 comments on commit f2e4f71

Please sign in to comment.