tweak: add fancy quotes.
This commit is contained in:
parent
6a330e9b09
commit
a27b4357af
|
@ -1,7 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#define READABILITY_N 84824 + 1
|
#define READABILITY_N 84976 + 1
|
||||||
|
|
||||||
void read_readability_js(char* string){
|
void read_readability_js(char* string){
|
||||||
FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/readability/readability.js", "r");
|
FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/readability/readability.js", "r");
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef READABILITY
|
#ifndef READABILITY
|
||||||
#define READABILITY
|
#define READABILITY
|
||||||
|
|
||||||
#define READABILITY_N 84824 + 1
|
#define READABILITY_N 84976 + 1
|
||||||
|
|
||||||
void read_readability_js(char* string);
|
void read_readability_js(char* string);
|
||||||
|
|
||||||
|
|
|
@ -2334,6 +2334,17 @@ blockquote{
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote::before{
|
||||||
|
font-family: Arial;
|
||||||
|
content: "\\201C";
|
||||||
|
color: #005386;
|
||||||
|
font-size: 6em;
|
||||||
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
|
top:-10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
</style>`
|
</style>`
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user