0

I have two containers where I store my dynamically created content

<div id="myTabContent1" class="tab-content">
   <div id="s1" class="tab-pane fade active in">

Once I generate the content, it looks like this:

<div id="myTabContent1" class="tab-content">
  <div id="s1" class="tab-pane fade in">
    <iframe src="something">
      <!DOCTYPE html>
      <html xmlns="http://www.w3.org/1999/xhtml">

I want to style that <html> tag. This is my try but it doesn't work.

#myTabContent1 > div > iframe > html{
     padding-left:20px !important;
 }
Cœur
  • 37,241
  • 25
  • 195
  • 267
Dino
  • 7,779
  • 12
  • 46
  • 85

0 Answers0