tweak: add fancy quotes.

This commit is contained in:
NunoSempere 2023-02-15 03:23:57 +01:00
parent 6a330e9b09
commit a27b4357af
3 changed files with 13 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define READABILITY_N 84824 + 1
#define READABILITY_N 84976 + 1
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");

View File

@ -1,7 +1,7 @@
#ifndef READABILITY
#define READABILITY
#define READABILITY_N 84824 + 1
#define READABILITY_N 84976 + 1
void read_readability_js(char* string);

View File

@ -2334,6 +2334,17 @@ blockquote{
background: #F0F0F0;
}
blockquote::before{
font-family: Arial;
content: "\\201C";
color: #005386;
font-size: 6em;
position: absolute;
left: 10px;
top:-10px;
}
</style>`
/*