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
  • 34,719
  • 24
  • 185
  • 251
Dino
  • 6,957
  • 8
  • 35
  • 75

0 Answers0