diff --git a/commotionwireless.net/css/commotion-responsive-480.css b/commotionwireless.net/css/commotion-responsive-480.css index 4a3a5766..ee969374 100644 --- a/commotionwireless.net/css/commotion-responsive-480.css +++ b/commotionwireless.net/css/commotion-responsive-480.css @@ -329,7 +329,7 @@ div.pageheadings hr { top: 3em; } .left-twothird img { - width: 95%; + width: 100%; height: auto; } .left-twothird h2 { @@ -539,7 +539,7 @@ div#download-button-block .download-button a.button { .cck-content { background: #EAE8E8; - padding: 0.5em; + margin: 0px; } .cck-content h2 { display: block; @@ -584,7 +584,8 @@ div#download-button-block .download-button a.button { text-decoration: underline !important; } .cck-content table { - width: 100%; + width: 90%; + margin: 0 1em 1em 1em; } .cck-content tr:hover, .cck-content td.active { background: none repeat scroll 0 0 white; diff --git a/commotionwireless.net/css/commotion-responsive-780.css b/commotionwireless.net/css/commotion-responsive-780.css index b6859251..fabf0910 100644 --- a/commotionwireless.net/css/commotion-responsive-780.css +++ b/commotionwireless.net/css/commotion-responsive-780.css @@ -326,7 +326,7 @@ div.pageheadings hr { } .left-twothird img { height: auto; - width: 95%; + width: 100%; } .blog-pubdata { margin-left: 1.3em; @@ -520,7 +520,7 @@ div#download-button-block .download-button a.button { .cck-content { background: #EAE8E8; - padding: 0.5em; + margin: 0px; } .cck-content h2 { display: block; @@ -565,7 +565,8 @@ div#download-button-block .download-button a.button { text-decoration: underline !important; } .cck-content table { - width: 100%; + width: 90%; + margin: 0 1em 1em 1em; } .cck-content tr:hover, .cck-content td.active { background: none repeat scroll 0 0 white; diff --git a/commotionwireless.net/css/commotion.css b/commotionwireless.net/css/commotion.css index 77bfff3f..224ca908 100644 --- a/commotionwireless.net/css/commotion.css +++ b/commotionwireless.net/css/commotion.css @@ -555,7 +555,9 @@ div#download-button-block .download-button a.button { .cck-content { background: #EAE8E8; - padding: 0.5em; + margin: 0 0 0 68px; + padding: 1em 0 0 0; + max-width: 540px; } .cck-content-container { float: left; @@ -608,7 +610,8 @@ div#download-button-block .download-button a.button { text-decoration: underline !important; } .cck-content table { - width: 100%; + width: 95%; + margin: 0 1em 1em 1em; } .cck-content tr:hover, .cck-content td.active { background: none repeat scroll 0 0 white;