Remove useless specification of `border:0' for `img'

This commit is contained in:
Fabrice Niessen 2015-07-03 12:31:32 +02:00
parent dd27a67974
commit 62b8f58135
2 changed files with 10 additions and 12 deletions

1
styles/readtheorg/css/readtheorg.css Normal file → Executable file
View File

@ -440,7 +440,6 @@ sub{
bottom:-0.25em} bottom:-0.25em}
img{ img{
border:0;
-ms-interpolation-mode:bicubic; -ms-interpolation-mode:bicubic;
vertical-align:middle; vertical-align:middle;
max-width:100%} max-width:100%}

View File

@ -17,7 +17,7 @@ approach to better HTML export.
* Typography * Typography
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
#+begin_src css #+begin_src css
@ -219,7 +219,7 @@ dl dd{
* Media queries * Media queries
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
#+begin_src css #+begin_src css
@ -360,7 +360,7 @@ dl dd{
* Code * Code
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
** Inline ** Inline
@ -440,7 +440,7 @@ pre.src{
* Tables * Tables
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
** Basic example ** Basic example
@ -497,7 +497,7 @@ table tr:nth-child(2n) td{
* Images * Images
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
** Optional image caption ** Optional image caption
@ -512,7 +512,7 @@ table tr:nth-child(2n) td{
* Helper classes * Helper classes
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
#+begin_src css #+begin_src css
@ -535,12 +535,12 @@ table tr:nth-child(2n) td{
* Responsive utilities * Responsive utilities
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
* CSS * CSS
:PROPERTIES: :PROPERTIES:
:tangle: css/readtheorg.css :header-args: :tangle css/readtheorg.css
:END: :END:
#+begin_src css #+begin_src css
@ -586,7 +586,6 @@ sub{
#+begin_src css #+begin_src css
img{ img{
border:0;
-ms-interpolation-mode:bicubic; -ms-interpolation-mode:bicubic;
vertical-align:middle; vertical-align:middle;
max-width:100%} max-width:100%}
@ -1217,7 +1216,7 @@ for nice yellow or orange boxes.
* Htmlize * Htmlize
:PROPERTIES: :PROPERTIES:
:tangle: css/htmlize.css :header-args: :tangle css/htmlize.css
:END: :END:
#+begin_src css #+begin_src css
@ -1370,7 +1369,7 @@ for nice yellow or orange boxes.
* JS * JS
:PROPERTIES: :PROPERTIES:
:tangle: js/readtheorg.js :header-args: :tangle js/readtheorg.js
:END: :END:
#+begin_src js #+begin_src js