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}
img{
border:0;
-ms-interpolation-mode:bicubic;
vertical-align:middle;
max-width:100%}

View File

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