File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,20 +66,20 @@ function local_amos_frontpage_contribution_stats() {
6666?>
6767
6868<div id="amos-custom-front-page" class="container-fluid">
69- <div class="row-fluid ">
70- <div class="span4 ">
69+ <div class="row">
70+ <div class="col-lg-4 ">
7171 <div class="well frontpageblock">
7272 <h2><?php print_string ('amos ' , 'local_amos ' ); ?> </h2>
7373 <div><?php print_string ('about ' , 'local_amos ' ); ?> </div>
7474 </div>
7575 </div>
76- <div class="span4 ">
76+ <div class="col-lg-4 ">
7777 <div class="well frontpageblock">
7878 <h2><?php print_string ('contribute ' , 'local_amos ' ); ?> </h2>
7979 <?php echo local_amos_frontpage_contribution_stats (); ?>
8080 </div>
8181 </div>
82- <div class="span4 ">
82+ <div class="col-lg-4 ">
8383 <div class="well frontpageblock">
8484 <h2><?php print_string ('quicklinks ' , 'local_amos ' ); ?> </h2>
8585 <ul class="unstyled">
You can’t perform that action at this time.
0 commit comments